Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/netfilter_ipv6/
Dip6t_frag.h23 #define IP6T_FRAG_INV_MASK 0x03 /* All possible flags. */ macro
/linux-2.6.39/net/ipv6/netfilter/
Dip6t_frag.c109 if (fraginfo->invflags & ~IP6T_FRAG_INV_MASK) { in frag_mt6_check()