HomeFreeBSD

tcp: Access all 12 TCP header flags via inline function

Description

tcp: Access all 12 TCP header flags via inline function

In order to consistently provide access to all
(including reserved) TCP header flag bits,
use an accessor function tcp_get_flags and
tcp_set_flags. Also expand any flag variable from
uint8_t / char to uint16_t.

Reviewed By: hselasky, tuexen, glebius, transport
Sponsored by: NetApp, Inc.
Differential Revision: https://reviews.freebsd.org/D34130

Details

Provenance
rscheffAuthored on Feb 3 2022, 3:21 PM
Reviewer
transport
Differential Revision
D34130: Access TCP Header Flags via accessor MACRO
Parents
rG03399cd6e04e: filemon.4: Document FILEMON_SET_FD errors and refine wording a bit
Branches
Unknown
Tags
Unknown