Searched defs:upcall (Results 1 - 1 of 1) sorted by relevance
/solaris-userland/components/openvswitch/files/lib/ |
H A D | dpif-solaris.c | 2729 struct dpif_upcall *upcall, struct ofpbuf *buf) 2745 upcall->type = (action_type == FLOW_ACTION_MISSED_PKT) ? DPIF_UC_MISS : 2772 upcall->key = ofpbuf_data(buf); 2773 upcall->key_len = ofpbuf_size(buf); 2776 upcall->userdata = ofpbuf_put(buf, userdata, 2781 ofpbuf_use_stub(&upcall->packet, data, ofpbuf_size(packet)); 2782 ofpbuf_set_size(&upcall->packet, ofpbuf_size(packet)); 2788 struct dpif_upcall *upcall, struct ofpbuf *buf) 2894 action_type, upcall, buf); 2917 struct dpif_upcall *upcall, struc 2727 dpif_solaris_parse_pkt(struct dpif_solaris *dpif OVS_UNUSED, struct ofpbuf *packet, struct pkt_metadata *md, uint16_t action_type, struct dpif_upcall *upcall, struct ofpbuf *buf) argument 2916 dpif_solaris_recv(struct dpif *dpif_, uint32_t handler_id, struct dpif_upcall *upcall, struct ofpbuf *buf) argument [all...] |
Completed in 27 milliseconds