Home
last modified time | relevance | path

Searched refs:rc_pkt_delay (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h577 uint16_t rc_pkt_delay; /* Socket option value Lock(a) */ member
H A Dtcp_rack.h559 uint32_t rc_pkt_delay; /* Socket option value Lock(a) */ member
H A Drack.c6540 thresh = srtt + rack->r_ctl.rc_pkt_delay; in rack_calc_thresh_rack()
15421 rack->r_ctl.rc_pkt_delay = rack_pkt_delay; in rack_init()
24662 rack->r_ctl.rc_pkt_delay = optval; in rack_process_option()
25121 if (dest->r_ctl.rc_pkt_delay != src->r_ctl.rc_pkt_delay) { in rack_inherit()
25122 dest->r_ctl.rc_pkt_delay = src->r_ctl.rc_pkt_delay; in rack_inherit()
25763 optval = rack->r_ctl.rc_pkt_delay; in rack_get_sockopt()
H A Dbbr.c4125 thresh = srtt + bbr->r_ctl.rc_pkt_delay; in bbr_calc_thresh_rack()
9957 bbr->r_ctl.rc_pkt_delay = bbr_pkt_delay; in bbr_init()
14469 bbr->r_ctl.rc_pkt_delay = optval; in bbr_set_sockopt()
14663 optval = bbr->r_ctl.rc_pkt_delay; in bbr_get_sockopt()