Home
last modified time | relevance | path

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

/linux/net/ipv6/netfilter/
H A Dip6t_frag.c39 const struct ip6t_frag *fraginfo = par->matchinfo; in frag_mt6() local
64 id_match(fraginfo->ids[0], fraginfo->ids[1], in frag_mt6()
66 !!(fraginfo->invflags & IP6T_FRAG_INV_IDS))); in frag_mt6()
68 fraginfo->flags & IP6T_FRAG_RES, fh->reserved, in frag_mt6()
70 !((fraginfo->flags & IP6T_FRAG_RES) && in frag_mt6()
73 fraginfo->flags & IP6T_FRAG_FST, in frag_mt6()
75 !((fraginfo->flags & IP6T_FRAG_FST) && in frag_mt6()
78 fraginfo->flags & IP6T_FRAG_MF, in frag_mt6()
80 !((fraginfo->flags & IP6T_FRAG_MF) && in frag_mt6()
83 fraginfo->flags & IP6T_FRAG_NMF, in frag_mt6()
[all …]