Searched refs:DTYPE_NETPOLICY (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.141.1/tools/lldbmacros/ |
| H A D | xnudefines.py | 100 DTYPE_NETPOLICY = 9 variable 109 DTYPE_NETPOLICY: 'NETPOLI'
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | file_internal.h | 144 DTYPE_NETPOLICY, /* networking policy */ enumerator
|
| /xnu-10063.141.1/security/ |
| H A D | mac_base.c | 1348 case DTYPE_NETPOLICY: in __mac_get_fd() 1461 case DTYPE_NETPOLICY: in __mac_set_fd()
|
| H A D | mac_vfs.c | 2751 case DTYPE_NETPOLICY: in mac_vnode_label_associate_fdesc()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_resource.c | 955 else if (FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_NETPOLICY) { in do_background_socket() 982 else if (FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_NETPOLICY) { in do_background_socket()
|
| H A D | kern_guarded.c | 625 case DTYPE_NETPOLICY: in change_fdguard_np()
|
| H A D | kern_descrip.c | 373 case DTYPE_NETPOLICY: in fg_sendable()
|
| /xnu-10063.141.1/bsd/vm/ |
| H A D | vm_unix.c | 1853 case DTYPE_NETPOLICY: in networking_memstatus_callout() 1914 case DTYPE_NETPOLICY: in networking_defunct_callout()
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp_client.c | 376 .fo_type = DTYPE_NETPOLICY, 1891 int error = fp_get_ftype(p, fd, DTYPE_NETPOLICY, ENODEV, &fp); in necp_find_fd_data()
|
| H A D | necp.c | 837 .fo_type = DTYPE_NETPOLICY, 959 int error = fp_get_ftype(p, fd, DTYPE_NETPOLICY, ENODEV, &fp); in necp_session_find_from_fd()
|