Searched refs:tcp_account_for_send (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_var.h | 1371 void tcp_account_for_send(struct tcpcb *, uint32_t, uint8_t, uint8_t, bool);
|
H A D | tcp_output.c | 1534 tcp_account_for_send(tp, len, (tp->snd_nxt != tp->snd_max), 0, hw_tls); in tcp_default_output()
|
H A D | tcp_subr.c | 4754 tcp_account_for_send(struct tcpcb *tp, uint32_t len, uint8_t is_rxt, in tcp_account_for_send() function
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 18940 tcp_account_for_send(tp, len, 1, doing_tlp, rsm->r_hw_tls); in rack_fast_rsm_output() 19495 tcp_account_for_send(tp, len, 0, 0, rack->r_ctl.fsb.hw_tls); in rack_fast_output() 22140 tcp_account_for_send(tp, len, (rsm != NULL), doing_tlp, hw_tls); in rack_output()
|
H A D | bbr.c | 13617 tcp_account_for_send(tp, len, (rsm != NULL), doing_tlp, hw_tls); in bbr_output_wtime()
|