]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
protosw: retire PRU_ flags and their char names
authorGleb Smirnoff <glebius@FreeBSD.org>
Wed, 17 Aug 2022 18:50:32 +0000 (11:50 -0700)
committerGleb Smirnoff <glebius@FreeBSD.org>
Wed, 17 Aug 2022 18:50:32 +0000 (11:50 -0700)
commitd9f6ac882a9597a660f83bac088a485b42fbba2c
tree86299b1e144e06f91f81b55f6941c8a0dfedad38
parentf6dc5aa3422a980cd94562deaeb01722fdde71d3
protosw: retire PRU_ flags and their char names

For many years only TCP debugging used them, but relatively recently
TCP DTrace probes also start to use them.  Move their declarations
into tcp_debug.h, but start including tcp_debug.h unconditionally,
so that compilation with DTrace and without TCPDEBUG is possible.
sys/netinet/tcp_debug.c
sys/netinet/tcp_debug.h
sys/netinet/tcp_input.c
sys/netinet/tcp_timer.c
sys/netinet/tcp_usrreq.c
sys/sys/protosw.h