Page MenuHomeFreeBSD

pf: Count holes rather than fragments for reassembly
ClosedPublic

Authored by kp on Oct 28 2018, 6:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 18, 5:10 PM
Unknown Object (File)
Nov 16 2024, 11:58 AM
Unknown Object (File)
Oct 27 2024, 7:05 PM
Unknown Object (File)
Oct 20 2024, 5:12 PM
Unknown Object (File)
Oct 14 2024, 8:46 AM
Unknown Object (File)
Oct 5 2024, 8:27 PM
Unknown Object (File)
Oct 3 2024, 12:57 AM
Unknown Object (File)
Oct 2 2024, 9:13 PM

Details

Summary

Avoid traversing the list of fragment entris to check whether the
pf(4) reassembly is complete. Instead count the holes that are
created when inserting a fragment. If there are no holes left, the
fragments are continuous.

Obtained from: OpenBSD

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable