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)
Feb 13 2024, 4:04 AM
Unknown Object (File)
Jan 16 2024, 4:03 AM
Unknown Object (File)
Dec 22 2023, 9:50 PM
Unknown Object (File)
Dec 21 2023, 3:09 PM
Unknown Object (File)
Nov 10 2023, 8:42 AM
Unknown Object (File)
Nov 8 2023, 8:41 AM
Unknown Object (File)
Nov 8 2023, 5:46 AM
Unknown Object (File)
Nov 7 2023, 2:24 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