Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/netfilter/
Dip6t_frag.c76 fraginfo->flags & IP6T_FRAG_FST, in frag_mt6()
78 !((fraginfo->flags & IP6T_FRAG_FST) && in frag_mt6()
97 !((fraginfo->flags & IP6T_FRAG_FST) && in frag_mt6()
/linux-4.4.14/include/uapi/linux/netfilter_ipv6/
Dip6t_frag.h16 #define IP6T_FRAG_FST 0x08 macro