Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h95 #define IP6T_F_MASK 0x07 /* All possible flag bits mask. */ macro
/linux/net/ipv6/netfilter/
H A Dip6_tables.c109 if (ipv6->flags & ~IP6T_F_MASK) in ip6_checkentry()