HomeFreeBSD

tcp: remove INP_TIMEWAIT flag

Description

tcp: remove INP_TIMEWAIT flag

Mechanically cleanup INP_TIMEWAIT from the kernel sources. After
0d7445193ab, this commit shall not cause any functional changes.

Note: this flag was very often checked together with INP_DROPPED.
If we modify in_pcblookup*() not to return INP_DROPPED pcbs, we
will be able to remove most of this checks and turn them to
assertions. Some of them can be turned into assertions right now,
but that should be carefully done on a case by case basis.

Differential revision: https://reviews.freebsd.org/D36400

Details

Provenance
glebiusAuthored on Oct 7 2022, 2:22 AM
Differential Revision
D36400: tcp: remove INP_TIMEWAIT flag
Parents
rG51c0184297eb: systat: remove INP_TIMEWAIT
Branches
Unknown
Tags
Unknown