Searched refs:pff (Results 1 – 1 of 1) sorted by relevance
2253 struct pf_fragment *__single pff = NULL; in pf_normalize_ip6() local2457 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2461 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2462 fr_max > pff->fr_max) { in pf_normalize_ip6()2499 m = pf_reassemble6(&m, &pff, frent, mff); in pf_normalize_ip6()2508 if (pff != NULL && (pff->fr_flags & PFFRAG_DROP)) { in pf_normalize_ip6()2516 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2520 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2521 fr_max > pff->fr_max) { in pf_normalize_ip6()2523 pff->fr_flags |= PFFRAG_DROP; in pf_normalize_ip6()[all …]