Lines Matching full:upcall
265 struct dp_upcall_info upcall; in ovs_dp_process_packet() local
267 memset(&upcall, 0, sizeof(upcall)); in ovs_dp_process_packet()
268 upcall.cmd = OVS_PACKET_CMD_MISS; in ovs_dp_process_packet()
271 upcall.portid = OVS_CB(skb)->upcall_pid; in ovs_dp_process_packet()
273 upcall.portid = in ovs_dp_process_packet()
276 upcall.portid = ovs_vport_find_upcall_portid(p, skb); in ovs_dp_process_packet()
278 upcall.mru = OVS_CB(skb)->mru; in ovs_dp_process_packet()
279 error = ovs_dp_upcall(dp, skb, key, &upcall, U32_MAX); in ovs_dp_process_packet()
456 struct ovs_header *upcall; in queue_userspace_packet() local
510 upcall = genlmsg_put(user_skb, 0, 0, &dp_packet_genl_family, in queue_userspace_packet()
512 if (!upcall) { in queue_userspace_packet()
516 upcall->dp_ifindex = dp_ifindex; in queue_userspace_packet()
1750 * and send the upcall to an arbitrary socket (0) in in ovs_dp_get_upcall_portid()
1798 /* Upcall Netlink Port IDs have been updated */ in ovs_dp_change()