Searched refs:pff (Results 1 – 1 of 1) sorted by relevance
2255 struct pf_fragment *__single pff = NULL; in pf_normalize_ip6() local2459 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2463 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2464 fr_max > pff->fr_max) { in pf_normalize_ip6()2501 m = pf_reassemble6(&m, &pff, frent, mff); in pf_normalize_ip6()2510 if (pff != NULL && (pff->fr_flags & PFFRAG_DROP)) { in pf_normalize_ip6()2518 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2522 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2523 fr_max > pff->fr_max) { in pf_normalize_ip6()2525 pff->fr_flags |= PFFRAG_DROP; in pf_normalize_ip6()[all …]