Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dip6_tunnel.h14 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4 macro
/external/iproute2/ip/
Dip6tunnel.c97 if (p->flags & IP6_TNL_F_USE_ORIG_FLOWLABEL) in print_tunnel()
186 p->flags |= IP6_TNL_F_USE_ORIG_FLOWLABEL; in parse_args()
193 p->flags &= ~IP6_TNL_F_USE_ORIG_FLOWLABEL; in parse_args()