Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h761 uint8_t bbr_hdw_pace_ena:1, /* Does the connection allow hardware pacing to be attempted */ member
H A Dbbr.c10159 bbr->bbr_hdw_pace_ena = 1; in bbr_init()
10161 bbr->bbr_hdw_pace_ena = 0; in bbr_init()
14066 if ((bbr->bbr_hdw_pace_ena) && in bbr_output_wtime()
14567 bbr->bbr_hdw_pace_ena = 1; in bbr_set_sockopt()
14570 bbr->bbr_hdw_pace_ena = 0; in bbr_set_sockopt()
14811 optval = bbr->bbr_hdw_pace_ena; in bbr_get_sockopt()