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_rack.h536 uint32_t rc_pkt_delay; /* Socket option value Lock(a) */ member
H A Dtcp_bbr.h575 uint16_t rc_pkt_delay; /* Socket option value Lock(a) */ member
H A Drack.c5807 thresh = srtt + rack->r_ctl.rc_pkt_delay; in rack_calc_thresh_rack()
14539 rack->r_ctl.rc_pkt_delay = rack_pkt_delay; in rack_init()
23490 rack->r_ctl.rc_pkt_delay = optval; in rack_process_option()
23908 if (dest->r_ctl.rc_pkt_delay != src->r_ctl.rc_pkt_delay) { in rack_inherit()
23909 dest->r_ctl.rc_pkt_delay = src->r_ctl.rc_pkt_delay; in rack_inherit()
24556 optval = rack->r_ctl.rc_pkt_delay; in rack_get_sockopt()
H A Dbbr.c4108 thresh = srtt + bbr->r_ctl.rc_pkt_delay; in bbr_calc_thresh_rack()
9969 bbr->r_ctl.rc_pkt_delay = bbr_pkt_delay; in bbr_init()
14469 bbr->r_ctl.rc_pkt_delay = optval; in bbr_set_sockopt()
14664 optval = bbr->r_ctl.rc_pkt_delay; in bbr_get_sockopt()