Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dip_tunnels.h172 #define MAX_IPTUN_ENCAP_OPS 8 macro
175 iptun_encaps[MAX_IPTUN_ENCAP_OPS];
/linux-4.4.14/net/ipv4/
Dip_tunnel.c509 if (e->type >= MAX_IPTUN_ENCAP_OPS) in ip_encap_hlen()
522 iptun_encaps[MAX_IPTUN_ENCAP_OPS] __read_mostly;
527 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_add_ops()
541 if (num >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap_del_ops()
586 if (t->encap.type >= MAX_IPTUN_ENCAP_OPS) in ip_tunnel_encap()