Searched refs:DTYPE_NETPOLICY (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.41.9/tools/lldbmacros/ |
| H A D | xnudefines.py | 102 DTYPE_NETPOLICY = 9 variable 111 DTYPE_NETPOLICY: 'NETPOLI'
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | file_internal.h | 144 DTYPE_NETPOLICY, /* networking policy */ enumerator
|
| /xnu-8792.41.9/security/ |
| H A D | mac_base.c | 1351 case DTYPE_NETPOLICY: in __mac_get_fd() 1464 case DTYPE_NETPOLICY: in __mac_set_fd()
|
| H A D | mac_vfs.c | 2750 case DTYPE_NETPOLICY: in mac_vnode_label_associate_fdesc()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_resource.c | 828 else if (FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_NETPOLICY) { in do_background_socket() 855 else if (FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_NETPOLICY) { in do_background_socket()
|
| H A D | kern_guarded.c | 623 case DTYPE_NETPOLICY: in change_fdguard_np()
|
| H A D | kern_descrip.c | 392 case DTYPE_NETPOLICY: in fg_sendable()
|
| /xnu-8792.41.9/bsd/vm/ |
| H A D | vm_unix.c | 1807 case DTYPE_NETPOLICY: in networking_memstatus_callout() 1868 case DTYPE_NETPOLICY: in networking_defunct_callout()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp_client.c | 369 .fo_type = DTYPE_NETPOLICY, 1863 int error = fp_get_ftype(p, fd, DTYPE_NETPOLICY, ENODEV, &fp); in necp_find_fd_data()
|
| H A D | necp.c | 766 .fo_type = DTYPE_NETPOLICY, 888 int error = fp_get_ftype(p, fd, DTYPE_NETPOLICY, ENODEV, &fp); in necp_session_find_from_fd()
|