Searched refs:t_flags (Results 1 - 21 of 21) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c317 idle = (tp->t_flags & TF_LASTIDLE) || (tp->snd_max == tp->snd_una);
330 tp->t_flags &= ~TF_LASTIDLE;
332 if (tp->t_flags & TF_MORETOCOME) {
333 tp->t_flags |= TF_LASTIDLE;
386 tp->t_flags &= ~TF_TSO;
464 tp->t_flags &= ~TF_PMTUD;
466 tp->t_flags |= TF_PMTUD;
487 if (tp->t_flags & TF_SLOWLINK && slowlink_wsize > 0)
560 if (tp->t_flags & TF_NEEDFIN)
562 if (tp->t_flags
[all...]
H A Dtcp_timer.c283 #define TIMER_IS_ON_LIST(tp) ((tp)->t_flags & TF_TIMER_ONLIST)
602 tp->t_flags |= TF_WASFRECOVERY;
604 tp->t_flags &= ~TF_WASFRECOVERY;
676 (tp->t_flags & TF_SENTFIN) != 0 &&
746 if (((tp->t_flags & (TF_PMTUD|TF_MAXSEGSNT)) == (TF_PMTUD|TF_MAXSEGSNT)) &&
754 tp->t_flags &= ~TF_PMTUD;
756 tp->t_flags |= TF_BLACKHOLE;
786 if ((tp->t_flags & TF_BLACKHOLE) && (tp->t_rxtshift > 4)) {
787 tp->t_flags |= TF_PMTUD;
788 tp->t_flags
[all...]
H A Dtcp_input.c614 if ((tp->t_flags & TF_STRETCHACK) != 0)
1183 if ((tp->t_flags & (TF_REQ_TSTMP | TF_RCVD_TSTMP)) !=
1231 tp->t_flags &= ~(TF_STRETCHACK);
1295 if (tp->t_flags & TF_WASFRECOVERY)
2071 tp->t_flags |= tp0->t_flags & (TF_NOPUSH|TF_NOOPT|TF_NODELAY);
2103 tp->t_flags |= TF_STRETCHACK;
2107 tp->t_flags &= ~(TF_STRETCHACK);
2205 tp->t_flags |= TF_RCVD_TSTMP;
2215 tp->t_flags |
[all...]
H A Dtcp_newreno.c177 if ( tp->t_flags & TF_LOCAL )
387 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
393 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
396 ((tp->t_flags & TF_STRETCHACK) != 0 &&
H A Dtcp_subr.c870 tp->t_flags = (TF_REQ_SCALE|TF_REQ_TSTMP);
951 int isnetlocal = (tp->t_flags & TF_LOCAL);
1018 if ((tp->t_flags & TF_CLOSING) ||
1020 tp->t_flags |= TF_CLOSING;
1352 otp->t_flags = tp->t_flags;
1534 otp->t_flags = tp->t_flags;
2118 if ((tp->t_flags & (TF_REQ_TSTMP|TF_NOOPT)) == TF_REQ_TSTMP &&
2119 (tp->t_flags
[all...]
H A Dtcp_usrreq.c975 tp->t_flags |= TF_MORETOCOME;
978 tp->t_flags &= ~TF_MORETOCOME;
1198 (otp->t_flags & TF_RCVD_CC)) {
1264 tp->t_flags |= TF_SENDCCNEW;
1321 (otp->t_flags & TF_RCVD_CC)) {
1382 tp->t_flags |= TF_SENDCCNEW;
1406 if ((tp->t_flags & TF_REQ_TSTMP) && (tp->t_flags & TF_RCVD_TSTMP))
1408 if (tp->t_flags & TF_SACK_PERMIT)
1410 if ((tp->t_flags
[all...]
H A Dtcp_var.h222 uint32_t t_flags; member in struct:tcpcb
461 #define IN_FASTRECOVERY(tp) (tp->t_flags & TF_FASTRECOVERY)
472 (_tp_)->t_flags |= TF_FASTRECOVERY; \
478 (_tp_)->t_flags &= ~TF_FASTRECOVERY; \
498 (((_tp_)->t_flags & (TF_REQ_TSTMP|TF_RCVD_TSTMP)) == \
631 u_int t_flags; member in struct:otcpcb
924 u_int t_flags; member in struct:xtcpcb64
1006 u_int t_flags; member in struct:xtcpcb_n
H A Din_pcblist.c208 xt->t_flags = tp->t_flags;
H A Dtcp_sack.c211 if ((tp->t_flags & TF_STRETCHACK) != 0 && tp->rcv_numsacks > 0)
564 tp->t_flags |= TF_ACKNOW;
H A Dtcp_ledbat.c412 if ((tp->t_flags & TF_RXWIN0SENT) == 0 &&
H A Dmptcp_opt.c1267 tp->t_flags |= TF_ACKNOW;
1624 tp->t_flags |= TF_ACKNOW;
H A Din_tclass.c978 if (intotcpcb(inp)->t_flags & TF_LOCAL)
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c196 * Notes: This function may modify the contents of the tp->t_flags
244 tp->t_flags = (tp->t_flags&0xffff0000) | (sg->sg_flags&0xffff);
308 tp->t_flags = (tp->t_flags&0xffff) | *(int *)data<<16;
310 tp->t_flags =
311 (ttcompatgetflags(tp)&0xffff0000)|(tp->t_flags&0xffff);
313 tp->t_flags |= *(int *)data<<16;
315 tp->t_flags &= ~(*(int *)data<<16);
400 sg->sg_flags = tp->t_flags
[all...]
H A Dsocket_info.c159 tcpsi->tcpsi_flags = tp->t_flags;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d150 u_int t_flags; /* flags */
186 t_flags = T->t_flags;
/xnu-2422.115.4/osfmk/kern/
H A Dtelemetry.c200 origflags = task->t_flags;
203 task->t_flags |= reasons;
211 task->t_flags &= ~reasons;
212 if (((origflags & TF_TELEMETRY) != 0) && ((task->t_flags & TF_TELEMETRY) == 0)) {
230 * task->t_flags & TF_TELEMETRY: This task is opted in.
239 if ((telemetry_active_tasks > 0) && ((thread->task->t_flags & TF_TELEMETRY) != 0)) {
544 if (task->t_flags & TF_TELEMETRY) {
H A Dtask.h237 uint32_t t_flags; /* general-purpose task flags protected by task_lock (TL) */ member in struct:task
244 (((task)->t_flags & TF_64B_ADDR) != 0)
246 ((task)->t_flags |= TF_64B_ADDR)
248 ((task)->t_flags &= ~TF_64B_ADDR)
250 (((task)->t_flags & TF_64B_DATA) != 0)
H A Dtask.c639 new_task->t_flags = 0;
/xnu-2422.115.4/bsd/sys/
H A Dtty.h126 int t_flags; /* Tty flags. */ member in struct:tty
/xnu-2422.115.4/tools/lldbmacros/
H A Duserspace.py444 is_task_64 = int(task.t_flags) & 0x1
H A Dprocess.py476 print "Flags: 0x{0:0>8x}".format(unsigned(tty.t_flags))

Completed in 92 milliseconds