Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dip6_tunnel.h17 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4 macro
/external/kernel-headers/original/uapi/linux/
Dip6_tunnel.h17 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4 macro
/external/iproute2/ip/
Dlink_ip6tnl.c244 flags |= IP6_TNL_F_USE_ORIG_FLOWLABEL; in ip6tunnel_parse_opt()
251 flags &= ~IP6_TNL_F_USE_ORIG_FLOWLABEL; in ip6tunnel_parse_opt()
419 if (flags & IP6_TNL_F_USE_ORIG_FLOWLABEL) { in ip6tunnel_print_opt()
Dip6tunnel.c104 if (p->flags & IP6_TNL_F_USE_ORIG_FLOWLABEL) in print_tunnel()
228 p->flags |= IP6_TNL_F_USE_ORIG_FLOWLABEL; in parse_args()
235 p->flags &= ~IP6_TNL_F_USE_ORIG_FLOWLABEL; in parse_args()
Dlink_gre6.c301 flags |= IP6_TNL_F_USE_ORIG_FLOWLABEL; in gre_parse_opt()
309 flags &= ~IP6_TNL_F_USE_ORIG_FLOWLABEL; in gre_parse_opt()
474 if (flags & IP6_TNL_F_USE_ORIG_FLOWLABEL) { in gre_print_opt()