Home
last modified time | relevance | path

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

/Linux-v5.4/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.h337 if (e->type == TUNNEL_ENCAP_NONE) in ip_encap_hlen()
358 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip_tunnel_encap()
/Linux-v5.4/include/uapi/linux/
Dif_tunnel.h85 TUNNEL_ENCAP_NONE, enumerator
/Linux-v5.4/net/ipv4/
Dip_gre.c732 tunnel->encap.type == TUNNEL_ENCAP_NONE) { in ipgre_link_update()
939 (tunnel->encap.type == TUNNEL_ENCAP_NONE)) { in __gre_tunnel_init()
1021 nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE) in ipgre_tunnel_validate()
Dip_tunnel.c578 if (tunnel->encap.type != TUNNEL_ENCAP_NONE) in ip_md_tunnel_xmit()
/Linux-v5.4/net/ipv6/
Dip6_tunnel.c1175 if (t->encap.type != TUNNEL_ENCAP_NONE) in ip6_tnl_xmit()
Dip6_gre.c1425 nt->encap.type == TUNNEL_ENCAP_NONE) { in ip6gre_tnl_init_features()