Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
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()
Dip_tunnels.h321 #define MAX_IPTUN_ENCAP_OPS 8 macro
324 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
362 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
383 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
/Linux-v6.1/net/ipv4/
Dip_tunnel_core.c43 iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
47 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
Dip_tunnel.c434 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
448 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
Dudp.c615 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp4_lib_err_encap_no_sk()
/Linux-v6.1/net/ipv6/
Dip6_tunnel.c1753 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_add_ops()
1767 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_del_ops()
Dudp.c486 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp6_lib_err_encap_no_sk()