Searched refs:pff (Results 1 – 1 of 1) sorted by relevance
2258 struct pf_fragment *__single pff = NULL; in pf_normalize_ip6() local2462 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2466 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2467 fr_max > pff->fr_max) { in pf_normalize_ip6()2504 m = pf_reassemble6(&m, &pff, frent, mff); in pf_normalize_ip6()2513 if (pff != NULL && (pff->fr_flags & PFFRAG_DROP)) { in pf_normalize_ip6()2521 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2525 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2526 fr_max > pff->fr_max) { in pf_normalize_ip6()2528 pff->fr_flags |= PFFRAG_DROP; in pf_normalize_ip6()[all …]