Searched defs:actions (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 1391 struct ofpbuf actions; local 1430 ofpbuf_init(&actions, 0); 1431 (void) solaris_get_flowaction(flowname, &actions); 1432 if (ofpbuf_size(&actions) == 0) { 1436 *actionsp = ofpbuf_put(*bufp, ofpbuf_data(&actions), 1437 ofpbuf_size(&actions)); 1438 *actions_len = ofpbuf_size(&actions); 1440 ofpbuf_uninit(&actions); 1515 ds_put_cstr(&as, ", actions:"); 1516 format_odp_actions(&as, put->actions, pu 1860 dpif_solaris_flow_dump_next(const struct dpif *dpif_ OVS_UNUSED, void *iter_, void *state_, const struct nlattr **key, size_t *key_len, const struct nlattr **mask, size_t *mask_len, const struct nlattr **actions, size_t *actions_len, const struct dpif_flow_stats **stats) argument [all...] |
Completed in 21 milliseconds