Home
last modified time | relevance | path

Searched refs:egress_tun_info (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.h117 * @egress_tun_info: If nonnull, becomes %OVS_PACKET_ATTR_EGRESS_TUN_KEY.
121 struct ip_tunnel_info *egress_tun_info; member
H A Ddatapath.c370 if (upcall_info->egress_tun_info) in upcall_msg_size()
468 if (upcall_info->egress_tun_info) { in queue_userspace_packet()
476 upcall_info->egress_tun_info); in queue_userspace_packet()
H A Dactions.c975 upcall.egress_tun_info = skb_tunnel_info(skb); in output_userspace()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.h135 * @egress_tun_info: If nonnull, becomes %OVS_PACKET_ATTR_EGRESS_TUN_KEY.
139 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.c987 upcall.egress_tun_info = skb_tunnel_info(skb); in output_userspace()

Completed in 12 milliseconds