Home | History | Annotate | Download | only in netinet

Lines Matching refs:t_flags

638 	if ((tp->t_flags & (TF_ECN_SND_CWR|TF_ECN_SND_ECE)) != 0) {
930 ((idle || tp->t_flags & TF_NODELAY) &&
988 if (tp->t_flags & TF_ACKNOW)
1074 if ((tp->t_flags & TF_NOOPT) == 0 && OPT_FITS(TCPOLEN_MAXSEG)) {
1081 if ((tp->t_flags & TF_REQ_SCALE) &&
1083 (tp->t_flags & TF_RCVD_SCALE)) &&
1106 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
1109 (tp->t_flags & TF_RCVD_TSTMP))) {
1137 if (tp->t_flags & TF_SIGNATURE) {
1247 if (tp->t_flags & TF_ACKNOW)
1310 if (tp->t_flags & TF_SYN_REXMT) {
1334 if (tp->t_flags & TF_ECN_SND_CWR) {
1336 tp->t_flags &= ~TF_ECN_SND_CWR;
1338 if (tp->t_flags & TF_ECN_SND_ECE) {
1402 if (sigoff && (tp->t_flags & TF_SIGNATURE)) {
1625 if (tp->t_flags & TF_DELACK)
1636 if (tp->t_flags & TF_DELACK)
1649 tp->t_flags &= ~TF_ACKNOW;