Home
last modified time | relevance | path

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

/linux/include/net/
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()
A Dip_tunnels.h302 #define MAX_IPTUN_ENCAP_OPS 8 macro
305 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
343 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
364 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()
/linux/net/ipv4/
A Dip_tunnel_core.c43 iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
47 ip6tun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
A 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()
A Dudp.c612 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp4_lib_err_encap_no_sk()
/linux/net/ipv6/
A Dip6_tunnel.c1752 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_add_ops()
1766 if (num >= MAX_IPTUN_ENCAP_OPS) in ip6_tnl_encap_del_ops()
A Dudp.c470 for (i = 0; i < MAX_IPTUN_ENCAP_OPS; i++) { in __udp6_lib_err_encap_no_sk()

Completed in 21 milliseconds