Searched refs:tot_len_this_send (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 4738 int32_t slot, uint32_t tot_len_this_send, int sup_rack) in rack_start_hpts_timer() argument 4967 tp, rack, tot_len_this_send, cts, slot, hpts_timeout); in rack_start_hpts_timer() 4973 rack_log_type_bbrsnd(rack, tot_len_this_send, slot, us_cts, &tv); in rack_start_hpts_timer() 11889 long tot_len_this_send = 0; in rack_output() local 12787 if (tot_len_this_send > 0) { in rack_output() 12939 } else if (tot_len_this_send) { in rack_output() 13823 tot_len_this_send += len; in rack_output() 14044 (tot_len_this_send >= rack->r_ctl.rc_pace_max_segs)) { in rack_output() 14048 (tot_len_this_send >= (rack->rc_user_set_max_segs * segsiz))) { in rack_output() 14063 } else if ((slot == 0) && (sendalot == 0) && tot_len_this_send) { in rack_output() [all …]
|