Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/uapi/linux/netfilter_ipv6/
Dip6t_frag.h17 #define IP6T_FRAG_FST 0x08 macro