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.c34 const struct ip6t_frag *fraginfo = par->matchinfo; in frag_mt6() local
51 return id_match(fraginfo->ids[0], fraginfo->ids[1], in frag_mt6()
53 !!(fraginfo->invflags & IP6T_FRAG_INV_IDS)) && in frag_mt6()
54 !((fraginfo->flags & IP6T_FRAG_RES) && in frag_mt6()
56 !((fraginfo->flags & IP6T_FRAG_FST) && in frag_mt6()
58 !((fraginfo->flags & IP6T_FRAG_MF) && in frag_mt6()
60 !((fraginfo->flags & IP6T_FRAG_NMF) && in frag_mt6()
66 const struct ip6t_frag *fraginfo = par->matchinfo; in frag_mt6_check() local
68 if (fraginfo->invflags & ~IP6T_FRAG_INV_MASK) { in frag_mt6_check()
69 pr_info_ratelimited("unknown flags %X\n", fraginfo->invflags); in frag_mt6_check()