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

Function rack_update_seg

freebsd/netinet/tcp_stacks/rack.c:14094–14103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14092}
14093
14094static void
14095rack_update_seg(struct tcp_rack *rack)
14096{
14097 uint32_t orig_val;
14098
14099 orig_val = rack->r_ctl.rc_pace_max_segs;
14100 rack_set_pace_segments(rack->rc_tp, rack, __LINE__);
14101 if (orig_val != rack->r_ctl.rc_pace_max_segs)
14102 rack_log_pacing_delay_calc(rack, 0, 0, orig_val, 0, 0, 15, __LINE__, NULL);
14103}
14104
14105/*
14106 * rack_ctloutput() must drop the inpcb lock before performing copyin on

Callers 1

rack_set_sockoptFunction · 0.85

Calls 2

rack_set_pace_segmentsFunction · 0.85

Tested by

no test coverage detected