Home
last modified time | relevance | path

Searched refs:MAX_IPTUN_ENCAP_OPS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A 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()
H A Dip_tunnels.h303 #define MAX_IPTUN_ENCAP_OPS 8 macro
306 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
344 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
365 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
/kernel/linux/linux-6.6/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.h330 #define MAX_IPTUN_ENCAP_OPS 8 macro
333 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
371 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
393 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
/kernel/linux/linux-5.10/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.c447 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
461 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
H A Dudp.c633 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp4_lib_err_encap_no_sk()
/kernel/linux/linux-6.6/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.c461 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
475 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
H A Dudp.c606 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp4_lib_err_encap_no_sk()
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_tunnel.c1792 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_add_ops()
1806 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_del_ops()
H A Dudp.c493 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp6_lib_err_encap_no_sk()
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_tunnel.c1766 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_add_ops()
1780 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_del_ops()
H A Dudp.c469 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp6_lib_err_encap_no_sk()

Completed in 29 milliseconds