Home
last modified time | relevance | path

Searched refs:TCP_MSS_SMALL_MAX_SIZE_DIV (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.h40 #define TCP_MSS_SMALL_MAX_SIZE_DIV (TCP_MSS_ACCT_SIZE - TCP_MSS_SMALL_SIZE_OFF) macro
H A Dbbr.c13859 if (idx >= TCP_MSS_SMALL_MAX_SIZE_DIV) in bbr_output_wtime()
13860 idx = (TCP_MSS_SMALL_MAX_SIZE_DIV - 1); in bbr_output_wtime()