Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dip6_tunnel.h79 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS];
96 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip6_encap_hlen()
117 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap()
Dip_tunnels.h299 #define MAX_IPTUN_ENCAP_OPS 8 macro
302 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
340 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
361 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
/Linux-v5.4/net/ipv4/
Dip_tunnel_core.c39 iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
43 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
Dip_tunnel.c439 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
453 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
Dudp.c550 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp4_lib_err_encap_no_sk()
/Linux-v5.4/net/ipv6/
Dip6_tunnel.c1723 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_add_ops()
1737 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_del_ops()
Dudp.c415 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp6_lib_err_encap_no_sk()