Home
last modified time | relevance | path

Searched refs:egress_tun_info (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Ddatapath.h139 struct ip_tunnel_info *egress_tun_info; member
H A Ddatapath.c408 if (upcall_info->egress_tun_info) in upcall_msg_size()
506 if (upcall_info->egress_tun_info) { in queue_userspace_packet()
514 upcall_info->egress_tun_info); in queue_userspace_packet()
H A Dactions.c993 upcall.egress_tun_info = skb_tunnel_info(skb); in output_userspace()