Home
last modified time | relevance | path

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

/third_party/iptables/extensions/
Dlibip6t_rt.c130 rtinfo->flags |= IP6T_RT_LEN; in rt_parse()
197 if (rtinfo->flags & IP6T_RT_LEN) { in rt_print()
235 if (rtinfo->flags & IP6T_RT_LEN) { in rt_save()
273 if (rtinfo->flags & IP6T_RT_LEN) { in rt_xlate()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6t_rt.h21 #define IP6T_RT_LEN 0x04 macro