Searched refs:doing_tlp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 7156 rack_timeout_tlp(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, uint8_t *doing_tlp) in rack_timeout_tlp() argument 7327 *doing_tlp = 1; in rack_timeout_tlp() 7937 …rs(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, uint8_t hpts_calling, uint8_t *doing_tlp) in rack_process_timers() argument 8034 ret = rack_timeout_tlp(tp, rack, cts, doing_tlp); in rack_process_timers() 18458 … uint64_t ts_val, uint32_t cts, uint32_t ms_cts, struct timeval *tv, int len, uint8_t doing_tlp) in rack_fast_rsm_output() argument 18503 if (doing_tlp) { in rack_fast_rsm_output() 18792 if (doing_tlp == 0) { in rack_fast_rsm_output() 18837 if (doing_tlp == 0) in rack_fast_rsm_output() 18911 if (doing_tlp) { in rack_fast_rsm_output() 18917 tcp_account_for_send(tp, len, 1, doing_tlp, rsm->r_hw_tls); in rack_fast_rsm_output() [all …]
|
H A D | bbr.c | 11839 uint8_t doing_tlp = 0; in bbr_output_wtime() local 12103 doing_tlp = 0; in bbr_output_wtime() 12211 doing_tlp = 1; in bbr_output_wtime() 12312 doing_tlp = 1; in bbr_output_wtime() 12469 (doing_tlp == 0) && in bbr_output_wtime() 12765 if (doing_tlp == 0) { in bbr_output_wtime() 13104 doing_tlp); in bbr_output_wtime() 13164 doing_tlp, sack_rxmit); in bbr_output_wtime() 13508 if (doing_tlp) in bbr_output_wtime() 13617 tcp_account_for_send(tp, len, (rsm != NULL), doing_tlp, hw_tls); in bbr_output_wtime() [all …]
|