Home
last modified time | relevance | path

Searched refs:DTYPE_NETPOLICY (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dxnudefines.py100 DTYPE_NETPOLICY = 9 variable
109 DTYPE_NETPOLICY: 'NETPOLI'
/xnu-11215/bsd/sys/
H A Dfile_internal.h144 DTYPE_NETPOLICY, /* networking policy */ enumerator
/xnu-11215/security/
H A Dmac_base.c1348 case DTYPE_NETPOLICY: in __mac_get_fd()
1461 case DTYPE_NETPOLICY: in __mac_set_fd()
H A Dmac_vfs.c2726 case DTYPE_NETPOLICY: in mac_vnode_label_associate_fdesc()
/xnu-11215/bsd/kern/
H A Dkern_resource.c1077 else if (FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_NETPOLICY) { in do_background_socket()
1104 else if (FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_NETPOLICY) { in do_background_socket()
H A Dkern_guarded.c633 case DTYPE_NETPOLICY: in change_fdguard_np()
H A Dkern_proc.c6327 case DTYPE_NETPOLICY: in networking_defunct_callout()
H A Dkern_descrip.c401 case DTYPE_NETPOLICY: in fg_sendable()
H A Dkern_memorystatus.c5736 case DTYPE_NETPOLICY: in networking_memstatus_callout()
/xnu-11215/bsd/net/
H A Dnecp_client.c378 .fo_type = DTYPE_NETPOLICY,
1991 int error = fp_get_ftype(p, fd, DTYPE_NETPOLICY, ENODEV, &fp); in necp_find_fd_data()
H A Dnecp.c985 .fo_type = DTYPE_NETPOLICY,
1107 int error = fp_get_ftype(p, fd, DTYPE_NETPOLICY, ENODEV, &fp); in necp_session_find_from_fd()