Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_input.c1971 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
1977 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
3225 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
3231 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
HDtcp_var.h462 #define TF2_FBYTES_COMPLETE 0x00000400 /* We have first bytes in and out */ macro
HDtcp_usrreq.c1163 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_usr_send()
1170 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_usr_send()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDbbr.c8268 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in bbr_process_data()
8274 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_process_data()
8502 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in bbr_do_fastnewdata()
8508 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in bbr_do_fastnewdata()
HDrack.c10284 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in rack_process_data()
10290 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in rack_process_data()
10526 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in rack_do_fastnewdata()
10532 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in rack_do_fastnewdata()