Home
last modified time | relevance | path

Searched refs:MAX_IPTUN_ENCAP_OPS (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dip6_tunnel.h80 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS];
97 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip6_encap_hlen()
118 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap()
H A Dip_tunnels.h449 #define MAX_IPTUN_ENCAP_OPS 8 macro
452 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
533 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
555 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
/linux/net/ipv4/
H A Dip_tunnel_core.c43 iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
47 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
H A Dip_tunnel.c462 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
476 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
/linux/net/ipv6/
H A Dip6_tunnel.c1789 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_add_ops()
1803 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_del_ops()