Lines Matching defs:upcall
867 struct dp_upcall_info upcall;
871 memset(&upcall, 0, sizeof(upcall));
872 upcall.cmd = OVS_PACKET_CMD_ACTION;
873 upcall.mru = OVS_CB(skb)->mru;
878 upcall.userdata = a;
883 upcall.portid = OVS_CB(skb)->upcall_pid;
886 upcall.portid =
890 upcall.portid = nla_get_u32(a);
903 upcall.egress_tun_info = skb_tunnel_info(skb);
911 upcall.actions = actions;
912 upcall.actions_len = actions_len;
919 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen);