Searched refs:IP6_TNL_F_USE_ORIG_FLOWLABEL (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/linux/
H A Dip6_tunnel.h14 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4 macro
/external/kernel-headers/original/uapi/linux/
H A Dip6_tunnel.h14 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4 macro
/external/iproute2/ip/
H A Dip6tunnel.c98 if (p->flags & IP6_TNL_F_USE_ORIG_FLOWLABEL)
188 p->flags |= IP6_TNL_F_USE_ORIG_FLOWLABEL;
195 p->flags &= ~IP6_TNL_F_USE_ORIG_FLOWLABEL;

Completed in 602 milliseconds