Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c14238 BBR_OPTS_INC(tcp_bbr_pace_per_sec); in bbr_set_sockopt()
14242 BBR_OPTS_INC(tcp_bbr_pace_del_tar); in bbr_set_sockopt()
14246 BBR_OPTS_INC(tcp_bbr_pace_seg_max); in bbr_set_sockopt()
14250 BBR_OPTS_INC(tcp_bbr_pace_seg_min); in bbr_set_sockopt()
14254 BBR_OPTS_INC(tcp_bbr_pace_cross); in bbr_set_sockopt()
14258 BBR_OPTS_INC(tcp_bbr_algorithm); in bbr_set_sockopt()
14275 BBR_OPTS_INC(tcp_bbr_tslimits); in bbr_set_sockopt()
14285 BBR_OPTS_INC(tcp_bbr_iwintso); in bbr_set_sockopt()
14299 BBR_OPTS_INC(tcp_bbr_startup_pg); in bbr_set_sockopt()
14309 BBR_OPTS_INC(tcp_bbr_drain_pg); in bbr_set_sockopt()
[all …]
H A Dtcp_bbr.h508 #define BBR_OPTS_INC(name) BBR_OPTS_ADD(name, 1) macro