Searched refs:pth_flags (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dpktap.h105 uint32_t pth_flags; /* flags */ member in struct:pktap_header
H A Dpktap.c918 hdr->pth_flags |= PTH_FLAG_PROC_DELEGATED;
1059 hdr->pth_flags |= outgoing ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN;
H A Diptap.c612 hdr->pth_flags = outgoing ? PTH_FLAG_DIR_OUT : PTH_FLAG_DIR_IN;
/xnu-2422.115.4/bsd/sys/
H A Dbsdtask_info.h62 int32_t pth_flags; /* various flags (see below) */ member in struct:proc_threadinfo_internal
H A Dproc_info.h184 int32_t pth_flags; /* various flags (see below) */ member in struct:proc_threadinfo
/xnu-2422.115.4/osfmk/kern/
H A Dbsd_kern.c705 ptinfo->pth_flags = basic_info.flags;

Completed in 78 milliseconds