MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tcp_bbr_xmit_timer

Function tcp_bbr_xmit_timer

freebsd/netinet/tcp_stacks/bbr.c:6145–6153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6143}
6144
6145static void
6146tcp_bbr_xmit_timer(struct tcp_bbr *bbr, uint32_t rtt_usecs, uint32_t rsm_send_time, uint32_t r_start, uint32_t tsin)
6147{
6148 bbr->rtt_valid = 1;
6149 bbr->r_ctl.cur_rtt = rtt_usecs;
6150 bbr->r_ctl.ts_in = tsin;
6151 if (rsm_send_time)
6152 bbr->r_ctl.cur_rtt_send_time = rsm_send_time;
6153}
6154
6155static void
6156bbr_make_timestamp_determination(struct tcp_bbr *bbr)

Callers 3

bbr_update_bbr_infoFunction · 0.85
bbr_do_syn_sentFunction · 0.85
bbr_do_syn_recvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected