Searched refs:pff (Results 1 – 1 of 1) sorted by relevance
2256 struct pf_fragment *pff = NULL; in pf_normalize_ip6() local2461 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2465 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2466 fr_max > pff->fr_max) { in pf_normalize_ip6()2503 m = pf_reassemble6(&m, &pff, frent, mff); in pf_normalize_ip6()2512 if (pff != NULL && (pff->fr_flags & PFFRAG_DROP)) { in pf_normalize_ip6()2520 pff = pf_find_fragment_by_ipv6_header(h, &frag, in pf_normalize_ip6()2524 if (pff != NULL && (pff->fr_flags & PFFRAG_SEENLAST) && in pf_normalize_ip6()2525 fr_max > pff->fr_max) { in pf_normalize_ip6()2527 pff->fr_flags |= PFFRAG_DROP; in pf_normalize_ip6()[all …]