Home
last modified time | relevance | path

Searched refs:TUNNEL_ENCAP_NONE (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/include/net/
Dip6_tunnel.h93 if (e->type == TUNNEL_ENCAP_NONE) in ip6_encap_hlen()
114 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip6_tnl_encap()
Dip_tunnels.h340 if (e->type == TUNNEL_ENCAP_NONE) in ip_encap_hlen()
361 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip_tunnel_encap()
/Linux-v5.15/include/uapi/linux/
Dif_tunnel.h85 TUNNEL_ENCAP_NONE, enumerator
/Linux-v5.15/net/ipv4/
Dip_gre.c769 tunnel->encap.type == TUNNEL_ENCAP_NONE) { in ipgre_link_update()
970 (tunnel->encap.type == TUNNEL_ENCAP_NONE)) { in __gre_tunnel_init()
1056 nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE) in ipgre_tunnel_validate()
Dip_tunnel.c574 if (tunnel->encap.type != TUNNEL_ENCAP_NONE) in ip_md_tunnel_xmit()
/Linux-v5.15/net/ipv6/
Dip6_tunnel.c1218 if (t->encap.type != TUNNEL_ENCAP_NONE) in ip6_tnl_xmit()
Dip6_gre.c1451 nt->encap.type == TUNNEL_ENCAP_NONE) { in ip6gre_tnl_init_features()