Searched defs:bufp (Results 1 - 1 of 1) sorted by relevance
| /solaris-userland/components/openvswitch/files/lib/ |
| H A D | dpif-solaris.c | 1382 struct ofpbuf **bufp, 1420 *bufp = ofpbuf_new(4096); 1421 ofpbuf_init(*bufp, 4096); 1424 odp_flow_key_from_mask(*bufp, &m, &f, m.in_port.odp_port, 1426 *maskp = ofpbuf_data(*bufp); 1427 *mask_len = ofpbuf_size(*bufp); 1436 *actionsp = ofpbuf_put(*bufp, ofpbuf_data(&actions), 1380 dpif_solaris_flow_get(const struct dpif *dpif_, const struct nlattr *key, size_t key_len, struct ofpbuf **bufp, struct nlattr **maskp, size_t *mask_len, struct nlattr **actionsp, size_t *actions_len, struct dpif_flow_stats *stats) argument
|
Completed in 1048 milliseconds