Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dip_tunnels.h129 #define MAX_IPTUN_ENCAP_OPS 8 macro
132 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
/linux-4.1.27/net/ipv4/
Dip_tunnel.c498 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
511 iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
516 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
530 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
575 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()