Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h759 uint8_t bbr_hdw_pace_ena:1, /* Does the connection allow hardware pacing to be attempted */ member
H A Dbbr.c10042 bbr->bbr_hdw_pace_ena = 1; in bbr_init()
10044 bbr->bbr_hdw_pace_ena = 0; in bbr_init()
13868 if ((bbr->bbr_hdw_pace_ena) && in bbr_output_wtime()
14447 bbr->bbr_hdw_pace_ena = 1; in bbr_set_sockopt()
14450 bbr->bbr_hdw_pace_ena = 0; in bbr_set_sockopt()
14689 optval = bbr->bbr_hdw_pace_ena; in bbr_get_sockopt()