Home
last modified time | relevance | path

Searched refs:IP6_TNL_F_USE_ORIG_FWMARK (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
Dip6_tunnel.h23 #define IP6_TNL_F_USE_ORIG_FWMARK 0x20 macro
/external/kernel-headers/original/uapi/linux/
Dip6_tunnel.h23 #define IP6_TNL_F_USE_ORIG_FWMARK 0x20 macro
/external/iproute2/ip/
Dlink_ip6tnl.c261 flags |= IP6_TNL_F_USE_ORIG_FWMARK; in ip6tunnel_parse_opt()
266 flags &= ~IP6_TNL_F_USE_ORIG_FWMARK; in ip6tunnel_parse_opt()
456 if (flags & IP6_TNL_F_USE_ORIG_FWMARK) { in ip6tunnel_print_opt()
Dlink_gre6.c353 flags |= IP6_TNL_F_USE_ORIG_FWMARK; in gre_parse_opt()
358 flags &= ~IP6_TNL_F_USE_ORIG_FWMARK; in gre_parse_opt()
542 if (flags & IP6_TNL_F_USE_ORIG_FWMARK) in gre_print_opt()