Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_input.c1887 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
1893 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
3131 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
3137 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
H A Dtcp_var.h442 #define TF2_FBYTES_COMPLETE 0x00000400 /* We have first bytes in and out */ macro
H A Dtcp_usrreq.c1245 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_usr_send()
1252 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_usr_send()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h442 #define TF2_FBYTES_COMPLETE 0x00000400 /* We have first bytes in and out */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8654 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in rack_process_data()
8660 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in rack_process_data()
8887 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in rack_do_fastnewdata()
8893 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in rack_do_fastnewdata()
H A Dbbr.c8342 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in bbr_process_data()
8348 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_process_data()
8568 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in bbr_do_fastnewdata()
8574 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_do_fastnewdata()