Lines Matching refs:t_flags2
467 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
468 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
481 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
482 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
489 if (tp->t_flags2 & TF2_ECN_PERMIT) in cc_cong_signal()
490 tp->t_flags2 |= TF2_ECN_SND_CWR; in cc_cong_signal()
1619 if (tp->t_flags2 & TF2_ECN_PERMIT) { in tcp_do_segment()
1621 tp->t_flags2 &= ~TF2_ECN_SND_ECE; in tcp_do_segment()
1626 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_do_segment()
1688 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_do_segment()
1689 tp->t_flags2 |= TF2_ECN_SND_ECE; in tcp_do_segment()
1932 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
1938 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()
2099 tp->t_flags2 |= TF2_ECN_PERMIT; in tcp_do_segment()
3180 ((tp->t_flags2 & TF2_FBYTES_COMPLETE) == 0) && in tcp_do_segment()
3186 tp->t_flags2 |= TF2_FBYTES_COMPLETE; in tcp_do_segment()