tcp: remove references to Lock(b)

Reviewed by: 	tuexen
MFC after:	1 week
Sponsored by:	Netflix, Inc.
This commit is contained in:
Peter Lei 2025-06-26 16:05:05 +02:00 committed by Michael Tuexen
parent 59b195d397
commit 41c1db8a4d
2 changed files with 0 additions and 4 deletions

View file

@ -347,8 +347,6 @@ struct bbr_log_sysctl_out {
/*
* Locking for the rack control block.
* a) Locked by INP_WLOCK
* b) Locked by the hpts-mutex
*
*/
#define BBR_STATE_STARTUP 0x01
#define BBR_STATE_DRAIN 0x02

View file

@ -327,8 +327,6 @@ extern counter_u64_t rack_opts_arry[RACK_OPTS_SIZE];
/*
* Locking for the rack control block.
* a) Locked by INP_WLOCK
* b) Locked by the hpts-mutex
*
*/
#define RACK_GP_HIST 4 /* How much goodput history do we maintain? */
#define RETRAN_CNT_SIZE 16