Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_vlan_tunnel.c79 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_BRIDGE; in __vlan_tunnel_info_add()
216 tunnel_dst->u.tun_info.mode |= IP_TUNNEL_INFO_TX | in br_handle_egress_vlan_tunnel()
/linux/net/ipv4/
H A Dfou_bpf.c53 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) in bpf_skb_set_fou_encap()
H A Dip_tunnel_core.c150 md->u.tun_info.mode & IP_TUNNEL_INFO_TX) in iptunnel_metadata_reply()
166 dst->mode = src->mode | IP_TUNNEL_INFO_TX; in iptunnel_metadata_reply()
762 tun_info->mode = IP_TUNNEL_INFO_TX; in ip_tun_build_state()
1049 tun_info->mode = IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_IPV6; in ip6_tun_build_state()
H A Dip_tunnel.c586 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in ip_md_tunnel_xmit()
703 if (tun_info && (tun_info->mode & IP_TUNNEL_INFO_TX) && in ip_tunnel_xmit()
H A Dip_gre.c506 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in gre_fb_xmit()
554 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in erspan_fb_xmit()
H A Droute.c2318 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip_route_input_slow()
/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.c624 case IP_TUNNEL_INFO_TX: in efx_tc_flower_create_encap_md()
626 case IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_IPV6: in efx_tc_flower_create_encap_md()
/linux/net/netfilter/
H A Dnf_flow_table_offload.c43 if (!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX)) in nf_flow_rule_lwt_match()
642 if (tun_info && (tun_info->mode & IP_TUNNEL_INFO_TX)) { in flow_offload_encap_tunnel()
671 if (tun_info && (tun_info->mode & IP_TUNNEL_INFO_TX)) { in flow_offload_decap_tunnel()
/linux/include/net/
H A Dip_tunnels.h97 #define IP_TUNNEL_INFO_TX 0x01 /* represents tx tunnel parameters */ macro
/linux/drivers/net/
H A Dbareudp.c472 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in bareudp_xmit()
H A Dgeneve.c1610 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in geneve_xmit()
/linux/net/sched/
H A Dact_tunnel_key.c497 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX; in tunnel_key_init()
/linux/net/ipv6/
H A Dip6_gre.c712 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX))) in skb_tunnel_info_txcheck()
H A Dip6_tunnel.c1320 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in ipxip6_tnl_xmit()
H A Droute.c2657 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip6_route_input()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2765 info->mode & IP_TUNNEL_INFO_TX) { in vxlan_xmit()
2769 if (info && info->mode & IP_TUNNEL_INFO_TX) in vxlan_xmit()
/linux/net/openvswitch/
H A Dflow_netlink.c2862 tun_info->mode = IP_TUNNEL_INFO_TX; in validate_and_copy_set_tun()
/linux/net/core/
H A Ddev.c736 if (unlikely(!(info->mode & IP_TUNNEL_INFO_TX))) in dev_fill_metadata_dst()
H A Dfilter.c5057 info->mode = IP_TUNNEL_INFO_TX; in BPF_CALL_4()