Home
last modified time | relevance | path

Searched refs:t_fbyte_out (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c1246 (tp->t_fbyte_out == 0) && in tcp_usr_send()
1248 tp->t_fbyte_out = ticks; in tcp_usr_send()
1249 if (tp->t_fbyte_out == 0) in tcp_usr_send()
1250 tp->t_fbyte_out = 1; in tcp_usr_send()
1251 if (tp->t_fbyte_out && tp->t_fbyte_in) in tcp_usr_send()
H A Dtcp_var.h208 u_int t_fbyte_out; /* ticks time when first byte queued out */ member
H A Dtcp_input.c1892 if (tp->t_fbyte_out && tp->t_fbyte_in) in tcp_do_segment()
3136 if (tp->t_fbyte_out && tp->t_fbyte_in) in tcp_do_segment()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h208 u_int t_fbyte_out; /* ticks time when first byte queued out */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8659 if (tp->t_fbyte_out && tp->t_fbyte_in) in rack_process_data()
8892 if (tp->t_fbyte_out && tp->t_fbyte_in) in rack_do_fastnewdata()
H A Dbbr.c8347 if (tp->t_fbyte_out && tp->t_fbyte_in) in bbr_process_data()
8573 if (tp->t_fbyte_out && tp->t_fbyte_in) in bbr_do_fastnewdata()