Searched defs:upcall (Results 1 - 2 of 2) sorted by relevance

/net/openvswitch/
H A Dactions.c486 struct dp_upcall_info upcall; local
490 upcall.cmd = OVS_PACKET_CMD_ACTION;
491 upcall.key = key;
492 upcall.userdata = NULL;
493 upcall.portid = 0;
499 upcall.userdata = a;
503 upcall.portid = nla_get_u32(a);
508 return ovs_dp_upcall(dp, skb, &upcall);
H A Ddatapath.c255 struct dp_upcall_info upcall; local
258 upcall.cmd = OVS_PACKET_CMD_MISS;
259 upcall.key = key;
260 upcall.userdata = NULL;
261 upcall.portid = ovs_vport_find_upcall_portid(p, skb);
262 error = ovs_dp_upcall(dp, skb, &upcall);
405 struct ovs_header *upcall; local
460 upcall = genlmsg_put(user_skb, 0, 0, &dp_packet_genl_family,
462 upcall->dp_ifindex = dp_ifindex;

Completed in 96 milliseconds