Lines Matching refs:t_flags
210 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP)) in tcp_fill_info()
212 if (tp->t_flags & TF_SACK_PERMIT) in tcp_fill_info()
214 if ((tp->t_flags & TF_REQ_SCALE) && (tp->t_flags & TF_RCVD_SCALE)) { in tcp_fill_info()
219 if (tp->t_flags & TF_ECN_PERMIT) { in tcp_fill_info()
246 if (tp->t_flags & TF_TOE) in tcp_fill_info()
304 tp->t_flags |= TF_SIGNATURE; in tcp_ctloutput()
306 tp->t_flags &= ~TF_SIGNATURE; in tcp_ctloutput()
315 tp->t_flags |= TF_NODELAY; in tcp_ctloutput()
317 tp->t_flags &= ~TF_NODELAY; in tcp_ctloutput()
390 optval = (tp->t_flags & TF_SIGNATURE) ? 1 : 0; in tcp_ctloutput()
394 optval = tp->t_flags & TF_NODELAY; in tcp_ctloutput()
1688 pcb.ki_tflags = tp->t_flags; in sysctl_inpcblist()
1728 pcb.ki_tflags = tp->t_flags; in sysctl_inpcblist()