Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv6/netfilter/
Dip6t_frag.c69 !!(fraginfo->invflags & IP6T_FRAG_INV_IDS))); in frag_mt6()
94 !!(fraginfo->invflags & IP6T_FRAG_INV_IDS)) && in frag_mt6()
/linux-2.6.39/include/linux/netfilter_ipv6/
Dip6t_frag.h21 #define IP6T_FRAG_INV_IDS 0x01 /* Invert the sense of ids. */ macro