Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip6_tunnel.h77 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS];
94 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip6_encap_hlen()
115 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap()
Dip_tunnels.h316 #define MAX_IPTUN_ENCAP_OPS 8 macro
319 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
337 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
358 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
/Linux-v4.19/net/ipv4/
Dip_tunnel_core.c52 iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
56 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
Dip_tunnel.c452 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
466 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
/Linux-v4.19/net/ipv6/
Dip6_tunnel.c1733 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_add_ops()
1747 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_del_ops()