Home
last modified time | relevance | path

Searched refs:TF2_FBYTES_COMPLETE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_usrreq.c1107 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_usr_send()
1114 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_usr_send()
2971 if (t_flags2 & TF2_FBYTES_COMPLETE) { in db_print_tflags2()
H A Dtcp_input.c1915 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
1921 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
3204 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
3210 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
H A Dtcp_var.h836 #define TF2_FBYTES_COMPLETE 0x00000400 /* We have first bytes in and out */ macro
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8249 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in bbr_process_data()
8255 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_process_data()
8472 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in bbr_do_fastnewdata()
8478 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_do_fastnewdata()
H A Drack.c13019 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in rack_process_data()
13025 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in rack_process_data()
13251 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in rack_do_fastnewdata()
13257 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in rack_do_fastnewdata()