Home
last modified time | relevance | path

Searched refs:IP_TUNNEL_INFO_TX (Results 1 – 21 of 21) 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()
213 tunnel_dst->u.tun_info.mode |= IP_TUNNEL_INFO_TX | in br_handle_egress_vlan_tunnel()
/linux/net/netfilter/
H A Dnft_tunnel.c41 !(tun_info->mode & IP_TUNNEL_INFO_TX)) || in nft_tunnel_get_eval()
43 (tun_info->mode & IP_TUNNEL_INFO_TX))) in nft_tunnel_get_eval()
55 !(tun_info->mode & IP_TUNNEL_INFO_TX)) || in nft_tunnel_get_eval()
57 (tun_info->mode & IP_TUNNEL_INFO_TX))) in nft_tunnel_get_eval()
458 info.mode = IP_TUNNEL_INFO_TX; in nft_tunnel_obj_init()
H A Dnf_flow_table_offload.c39 if (!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX)) in nf_flow_rule_lwt_match()
594 if (tun_info && (tun_info->mode & IP_TUNNEL_INFO_TX)) { in flow_offload_encap_tunnel()
619 if (tun_info && (tun_info->mode & IP_TUNNEL_INFO_TX)) { in flow_offload_decap_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.c133 md->u.tun_info.mode & IP_TUNNEL_INFO_TX) in iptunnel_metadata_reply()
149 dst->mode = src->mode | IP_TUNNEL_INFO_TX; in iptunnel_metadata_reply()
720 tun_info->mode = IP_TUNNEL_INFO_TX; in ip_tun_build_state()
1007 tun_info->mode = IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_IPV6; in ip6_tun_build_state()
H A Dip_tunnel.c599 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in ip_md_tunnel_xmit()
715 if (tun_info && (tun_info->mode & IP_TUNNEL_INFO_TX) && in ip_tunnel_xmit()
H A Dip_gre.c502 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in gre_fb_xmit()
550 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in erspan_fb_xmit()
H A Droute.c2228 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.c623 case IP_TUNNEL_INFO_TX: in efx_tc_flower_create_encap_md()
625 case IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_IPV6: in efx_tc_flower_create_encap_md()
/linux/include/net/
H A Dip_tunnels.h87 #define IP_TUNNEL_INFO_TX 0x01 /* represents tx tunnel parameters */ macro
/linux/net/sched/
H A Dact_tunnel_key.c493 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX; in tunnel_key_init()
/linux/drivers/net/
H A Dbareudp.c473 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in bareudp_xmit()
H A Dgeneve.c1023 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in geneve_xmit()
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c25 #define NFP_FL_SUPPORTED_TUNNEL_INFO_FLAGS (IP_TUNNEL_INFO_TX | \
/linux/net/ipv6/
H A Dip6_tunnel.c1316 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in ipxip6_tnl_xmit()
H A Dip6_gre.c740 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX))) in skb_tunnel_info_txcheck()
H A Droute.c2587 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip6_route_input()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2704 info->mode & IP_TUNNEL_INFO_TX) { in vxlan_xmit()
2708 if (info && info->mode & IP_TUNNEL_INFO_TX) in vxlan_xmit()
/linux/net/openvswitch/
H A Dflow_netlink.c2836 tun_info->mode = IP_TUNNEL_INFO_TX; in validate_and_copy_set_tun()
/linux/net/core/
H A Ddev.c699 if (unlikely(!(info->mode & IP_TUNNEL_INFO_TX))) in dev_fill_metadata_dst()
H A Dfilter.c4818 info->mode = IP_TUNNEL_INFO_TX; in BPF_CALL_4()