Lines Matching refs:t_flags
83 tp->t_flags &= ~TF_PREVVALID; in tcp_setpersist()
134 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
147 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una); in tcp_output()
151 tp->t_flags &= ~TF_LASTIDLE; in tcp_output()
153 if (tp->t_flags & TF_MORETOCOME) { in tcp_output()
154 tp->t_flags |= TF_LASTIDLE; in tcp_output()
169 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_output()
193 if ((tp->t_flags & TF_SACK_PERMIT) && IN_FASTRECOVERY(tp->t_flags) && in tcp_output()
235 if (tp->t_flags & TF_NEEDFIN) in tcp_output()
237 if (tp->t_flags & TF_NEEDSYN) in tcp_output()
246 if (tp->t_flags & TF_FORCEDATA) { in tcp_output()
345 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
356 if ((flags & TH_SYN) && (tp->t_flags & TF_NOOPT)) { in tcp_output()
378 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
521 if (!(tp->t_flags & TF_MORETOCOME) && /* normal case */ in tcp_output()
522 (idle || (tp->t_flags & TF_NODELAY)) && in tcp_output()
524 (tp->t_flags & TF_NOPUSH) == 0) { in tcp_output()
527 if (tp->t_flags & TF_FORCEDATA) /* typ. timeout case */ in tcp_output()
566 if (recwin > 0 && !(tp->t_flags & TF_NEEDSYN) && in tcp_output()
567 !(tp->t_flags & TF_DELACK) && in tcp_output()
634 if (tp->t_flags & TF_ACKNOW) { in tcp_output()
638 ((flags & TH_SYN) && (tp->t_flags & TF_NEEDSYN) == 0)) in tcp_output()
647 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_output()
654 if ((tp->t_flags & TF_SACK_PERMIT) && in tcp_output()
730 if ((tp->t_flags & TF_NOOPT) == 0) { in tcp_output()
744 if (IS_FASTOPEN(tp->t_flags) && in tcp_output()
771 if ((flags & TH_SYN) && (tp->t_flags & TF_REQ_SCALE)) { in tcp_output()
776 if ((tp->t_flags & TF_RCVD_TSTMP) || in tcp_output()
777 ((flags & TH_SYN) && (tp->t_flags & TF_REQ_TSTMP))) { in tcp_output()
789 if (tp->t_flags & TF_SACK_PERMIT) { in tcp_output()
793 (tp->t_flags & TF_SACK_PERMIT) && in tcp_output()
812 if (IS_FASTOPEN(tp->t_flags) && wanted_cookie && in tcp_output()
869 if ((tp->t_flags & TF_FORCEDATA) && len == 1) in tcp_output()
928 if (tp->t_flags & TF_ACKNOW) in tcp_output()
1033 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in tcp_output()
1057 if (tp->t_state == TCPS_SYN_RECEIVED && tp->t_flags & TF_ECN_PERMIT && in tcp_output()
1063 (tp->t_flags & TF_ECN_PERMIT)) { in tcp_output()
1070 !((tp->t_flags & TF_FORCEDATA) && len == 1)) { in tcp_output()
1082 if (tp->t_flags & TF_ECN_SND_CWR) { in tcp_output()
1084 tp->t_flags &= ~TF_ECN_SND_CWR; in tcp_output()
1086 if (tp->t_flags & TF_ECN_SND_ECE) in tcp_output()
1167 tp->t_flags |= TF_RXWIN0SENT; in tcp_output()
1169 tp->t_flags &= ~TF_RXWIN0SENT; in tcp_output()
1222 if ((tp->t_flags & TF_FORCEDATA) == 0 || in tcp_output()
1234 tp->t_flags |= TF_SENTFIN; in tcp_output()
1308 tp->t_flags |= TF_SENTFIN; in tcp_output()
1329 if (((tp->t_flags & TF_FORCEDATA) == 0 || in tcp_output()
1393 tp->t_flags &= ~(TF_ACKNOW | TF_DELACK); in tcp_output()