Lines Matching defs:upcall
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, struct ofpbuf *buf)
2923 error = dpif_solaris_recv__(dpif, handler_id, upcall, buf);