Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dip6_tunnel.h94 if (e->type == TUNNEL_ENCAP_NONE) in ip6_encap_hlen()
115 if (t->encap.type == TUNNEL_ENCAP_NONE) in ip6_tnl_encap()
H A Dip_tunnels.h402 if (e->type == TUNNEL_ENCAP_NONE) in ip_encap_hlen()
424 if (e->type == TUNNEL_ENCAP_NONE) in ip_tunnel_encap()
/openbmc/linux/net/ipv4/
H A Dfou_bpf.c66 info->encap.type = TUNNEL_ENCAP_NONE; in bpf_skb_set_fou_encap()
H A Dip_gre.c784 (flags & TUNNEL_CSUM && tunnel->encap.type != TUNNEL_ENCAP_NONE)) { in ipgre_link_update()
982 if (flags & TUNNEL_CSUM && tunnel->encap.type != TUNNEL_ENCAP_NONE) in __gre_tunnel_init()
1063 nla_get_u16(data[IFLA_GRE_ENCAP_TYPE]) != TUNNEL_ENCAP_NONE) in ipgre_tunnel_validate()
/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h85 TUNNEL_ENCAP_NONE, enumerator
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c1236 if (t->encap.type != TUNNEL_ENCAP_NONE) in ip6_tnl_xmit()
H A Dip6_gre.c1473 if (flags & TUNNEL_CSUM && nt->encap.type != TUNNEL_ENCAP_NONE) in ip6gre_tnl_init_features()