mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
tcp: remove references to Lock(b)
Reviewed by: tuexen MFC after: 1 week Sponsored by: Netflix, Inc.
This commit is contained in:
parent
59b195d397
commit
41c1db8a4d
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue