Home
last modified time | relevance | path

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

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