Home
last modified time | relevance | path

Searched refs:IP_TUNNEL_INFO_TX (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/ipv4/
Dip_tunnel_core.c129 if (!md || md->u.tun_info.mode & IP_TUNNEL_INFO_TX) in iptunnel_metadata_reply()
144 dst->mode = src->mode | IP_TUNNEL_INFO_TX; in iptunnel_metadata_reply()
271 tun_info->mode = IP_TUNNEL_INFO_TX; in ip_tun_build_state()
366 tun_info->mode = IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_IPV6; in ip6_tun_build_state()
Dip_gre.c535 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in gre_fb_xmit()
Droute.c1793 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip_route_input_slow()
/linux-4.4.14/include/net/
Dip_tunnels.h55 #define IP_TUNNEL_INFO_TX 0x01 /* represents tx tunnel parameters */ macro
/linux-4.4.14/drivers/net/
Dgeneve.c828 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in geneve_xmit_skb()
915 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in geneve6_xmit_skb()
Dvxlan.c2172 info && info->mode & IP_TUNNEL_INFO_TX) { in vxlan_xmit()
/linux-4.4.14/net/core/
Dfilter.c1604 info->mode = IP_TUNNEL_INFO_TX; in bpf_skb_set_tunnel_key()
Ddev.c704 if (unlikely(!(info->mode & IP_TUNNEL_INFO_TX))) in dev_fill_metadata_dst()
/linux-4.4.14/net/openvswitch/
Dflow_netlink.c1973 tun_info->mode = IP_TUNNEL_INFO_TX; in validate_and_copy_set_tun()
/linux-4.4.14/net/ipv6/
Droute.c1165 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip6_route_input()