Home
last modified time | relevance | path

Searched refs:IP6_TNL_F_IGN_ENCAP_LIMIT (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/include/uapi/linux/
Dip6_tunnel.h13 #define IP6_TNL_F_IGN_ENCAP_LIMIT 0x1 macro
/external/kernel-headers/original/uapi/linux/
Dip6_tunnel.h13 #define IP6_TNL_F_IGN_ENCAP_LIMIT 0x1 macro
/external/iproute2/ip/
Dlink_ip6tnl.c212 flags |= IP6_TNL_F_IGN_ENCAP_LIMIT; in ip6tunnel_parse_opt()
219 flags &= ~IP6_TNL_F_IGN_ENCAP_LIMIT; in ip6tunnel_parse_opt()
384 if (flags & IP6_TNL_F_IGN_ENCAP_LIMIT) in ip6tunnel_print_opt()
Dip6tunnel.c89 if (p->flags & IP6_TNL_F_IGN_ENCAP_LIMIT) in print_tunnel()
187 p->flags |= IP6_TNL_F_IGN_ENCAP_LIMIT; in parse_args()
194 p->flags &= ~IP6_TNL_F_IGN_ENCAP_LIMIT; in parse_args()
Dlink_gre6.c363 flags |= IP6_TNL_F_IGN_ENCAP_LIMIT; in gre_parse_opt()
370 flags &= ~IP6_TNL_F_IGN_ENCAP_LIMIT; in gre_parse_opt()
460 if (flags & IP6_TNL_F_IGN_ENCAP_LIMIT) in gre_print_opt()