Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h110 #define BBR_MAX_GAIN_VALUE 0xffff macro
H A Dbbr.c14426 if ((optval > 0) && (optval < BBR_MAX_GAIN_VALUE)) { in bbr_set_sockopt()
14436 if ((optval > 0) && (optval < BBR_MAX_GAIN_VALUE)) in bbr_set_sockopt()