Lines Matching refs: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, 0); in ovs_dp_process_packet()
456 struct ovs_header *upcall; in queue_userspace_packet() local
508 upcall = genlmsg_put(user_skb, 0, 0, &dp_packet_genl_family, in queue_userspace_packet()
510 if (!upcall) { in queue_userspace_packet()
514 upcall->dp_ifindex = dp_ifindex; in queue_userspace_packet()