Lines Matching refs:t_flags
1047 tp->t_flags &= ~TF_GPUTINPROG; in tcp_default_fb_init()
1097 if IN_FASTRECOVERY(tp->t_flags) { in tcp_default_fb_init()
1796 if ((tp->t_flags & TF_NOOPT) == 0) in tcp_respond()
1957 if (tp->t_flags & TF_RCVD_TSTMP) { in tcp_respond()
1964 if (tp->t_flags & TF_SIGNATURE) in tcp_respond()
2307 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP); in tcp_newtcpcb()
2310 tp->t_flags = TF_REQ_SCALE; in tcp_newtcpcb()
2313 tp->t_flags = TF_REQ_TSTMP; in tcp_newtcpcb()
2317 tp->t_flags |= TF_SACK_PERMIT; in tcp_newtcpcb()
2369 tp->t_flags |= TF_LRD; in tcp_newtcpcb()
2419 if (tp->t_flags & TF_TOE) in tcp_discardcb()
2859 if (tp->t_flags & TF_TOE && errno == EMSGSIZE) { in tcp_ctlinput_with_port()
3048 if (tp->t_flags & TF_TOE && errno == EMSGSIZE) { in tcp6_ctlinput_with_port()
3296 if (tp->t_flags & TF_FASTOPEN) in tcp_drop_syn_sent()
3355 if (tp->t_flags & TF_SACK_PERMIT) in tcp_mtudisc()
3356 EXIT_FASTRECOVERY(tp->t_flags); in tcp_mtudisc()
3510 if (tp->t_flags & TF_NOOPT) in tcp_maxseg()
3521 if (tp->t_flags & TF_RCVD_TSTMP) in tcp_maxseg()
3526 if (tp->t_flags & TF_SIGNATURE) in tcp_maxseg()
3529 if ((tp->t_flags & TF_SACK_PERMIT) && tp->rcv_numsacks > 0) { in tcp_maxseg()
3535 if (tp->t_flags & TF_REQ_TSTMP) in tcp_maxseg()
3539 if (tp->t_flags & TF_REQ_SCALE) in tcp_maxseg()
3542 if (tp->t_flags & TF_SIGNATURE) in tcp_maxseg()
3545 if (tp->t_flags & TF_SACK_PERMIT) in tcp_maxseg()
3558 if (tp->t_flags & TF_NOOPT) in tcp_fixed_maxseg()
3570 if (tp->t_flags & TF_RCVD_TSTMP) in tcp_fixed_maxseg()
3575 if (tp->t_flags & TF_SIGNATURE) in tcp_fixed_maxseg()
3579 if (tp->t_flags & TF_REQ_TSTMP) in tcp_fixed_maxseg()
3583 if (tp->t_flags & TF_REQ_SCALE) in tcp_fixed_maxseg()
3586 if (tp->t_flags & TF_SIGNATURE) in tcp_fixed_maxseg()
3589 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fixed_maxseg()
3978 xt->t_flags = tp->t_flags; in tcp_inptoxtp()