Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h108 #define BBR_MAX_GAIN_VALUE 0xffff macro
H A Dbbr.c14306 if ((optval > 0) && (optval < BBR_MAX_GAIN_VALUE)) { in bbr_set_sockopt()
14316 if ((optval > 0) && (optval < BBR_MAX_GAIN_VALUE)) in bbr_set_sockopt()