Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
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()
454 info.mode = IP_TUNNEL_INFO_TX; in nft_tunnel_obj_init()
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-5.19.10/net/bridge/
Dbr_vlan_tunnel.c78 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX | IP_TUNNEL_INFO_BRIDGE; in __vlan_tunnel_info_add()
/linux-5.19.10/net/ipv4/
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()
Dip_tunnel.c558 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in ip_md_tunnel_xmit()
668 if (tun_info && (tun_info->mode & IP_TUNNEL_INFO_TX) && in ip_tunnel_xmit()
Dip_gre.c487 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in gre_fb_xmit()
529 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in erspan_fb_xmit()
Droute.c2253 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip_route_input_slow()
/linux-5.19.10/include/net/
Dip_tunnels.h61 #define IP_TUNNEL_INFO_TX 0x01 /* represents tx tunnel parameters */ macro
/linux-5.19.10/drivers/net/
Dbareudp.c446 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in bareudp_xmit()
Dgeneve.c1095 if (unlikely(!info || !(info->mode & IP_TUNNEL_INFO_TX))) { in geneve_xmit()
/linux-5.19.10/net/sched/
Dact_tunnel_key.c489 metadata->u.tun_info.mode |= IP_TUNNEL_INFO_TX; in tunnel_key_init()
/linux-5.19.10/drivers/net/ethernet/netronome/nfp/flower/
Daction.c25 #define NFP_FL_SUPPORTED_TUNNEL_INFO_FLAGS (IP_TUNNEL_INFO_TX | \
/linux-5.19.10/net/ipv6/
Dip6_tunnel.c1302 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX) || in ipxip6_tnl_xmit()
Dip6_gre.c709 if (unlikely(!tun_info || !(tun_info->mode & IP_TUNNEL_INFO_TX))) in skb_tunnel_info_txcheck()
Droute.c2574 if (tun_info && !(tun_info->mode & IP_TUNNEL_INFO_TX)) in ip6_route_input()
/linux-5.19.10/drivers/net/vxlan/
Dvxlan_core.c2768 info->mode & IP_TUNNEL_INFO_TX) { in vxlan_xmit()
2771 if (info && info->mode & IP_TUNNEL_INFO_TX) in vxlan_xmit()
/linux-5.19.10/net/openvswitch/
Dflow_netlink.c2812 tun_info->mode = IP_TUNNEL_INFO_TX; in validate_and_copy_set_tun()
/linux-5.19.10/net/core/
Ddev.c664 if (unlikely(!(info->mode & IP_TUNNEL_INFO_TX))) in dev_fill_metadata_dst()
Dfilter.c4632 info->mode = IP_TUNNEL_INFO_TX; in BPF_CALL_4()