Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_vlan_tunnel.c78 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_BRIDGE; in __vlan_tunnel_info_add()
210 tunnel_dst->u.tun_info.mode |= IP_TUNNEL_INFO_TX | in br_handle_egress_vlan_tunnel()
/openbmc/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()
455 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()
/openbmc/linux/net/ipv4/
H A Dfou_bpf.c55 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) in bpf_skb_set_fou_encap()
H A Dip_tunnel_core.c132 md->u.tun_info.mode & IP_TUNNEL_INFO_TX) in iptunnel_metadata_reply()
148 dst->mode = src->mode | IP_TUNNEL_INFO_TX; in iptunnel_metadata_reply()
713 tun_info->mode = IP_TUNNEL_INFO_TX; in ip_tun_build_state()
992 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.c492 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in gre_fb_xmit()
534 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in erspan_fb_xmit()
H A Droute.c2243 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip_route_input_slow()
/openbmc/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()
/openbmc/linux/include/net/
H A Dip_tunnels.h69 #define IP_TUNNEL_INFO_TX 0x01 /* represents tx tunnel parameters */ macro
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c493 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX; in tunnel_key_init()
/openbmc/linux/drivers/net/
H A Dbareudp.c468 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in bareudp_xmit()
H A Dgeneve.c1104 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in geneve_xmit()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c25 #define NFP_FL_SUPPORTED_TUNNEL_INFO_FLAGS (IP_TUNNEL_INFO_TX | \
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c1314 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in ipxip6_tnl_xmit()
H A Dip6_gre.c739 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX))) in skb_tunnel_info_txcheck()
H A Droute.c2579 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip6_route_input()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2799 info->mode & IP_TUNNEL_INFO_TX) { in vxlan_xmit()
2803 if (info && info->mode & IP_TUNNEL_INFO_TX) in vxlan_xmit()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c2822 tun_info->mode = IP_TUNNEL_INFO_TX; in validate_and_copy_set_tun()
/openbmc/linux/net/core/
H A Ddev.c680 if (unlikely(!(info->mode & IP_TUNNEL_INFO_TX))) in dev_fill_metadata_dst()
H A Dfilter.c4786 info->mode = IP_TUNNEL_INFO_TX; in BPF_CALL_4()