Lines Matching defs:upcall
952 struct dp_upcall_info upcall;
956 memset(&upcall, 0, sizeof(upcall));
957 upcall.cmd = OVS_PACKET_CMD_ACTION;
958 upcall.mru = OVS_CB(skb)->mru;
964 upcall.userdata = a;
970 upcall.portid =
974 upcall.portid = nla_get_u32(a);
987 upcall.egress_tun_info = skb_tunnel_info(skb);
995 upcall.actions = actions;
996 upcall.actions_len = actions_len;
1003 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen);