Home
last modified time | relevance | path

Searched refs:iol_connection (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/osfmk/ipc/
H A Dipc_service_port.c121 mach_msg_filter_dealloc_service_port_sblabel_callback(label.iol_connection); in ipc_connection_port_label_dealloc()
212 label->iol_connection = mach_msg_filter_derive_sblabel_from_service_port_callback(sblabel, in ipc_service_port_derive_sblabel()
214 if (label->iol_connection && (send_side_filtering || force)) { in ipc_service_port_derive_sblabel()
H A Dipc_object.h244 struct ipc_conn_port_label *iol_connection; member
H A Dmach_port.c2984 if (label.io_type == IOT_CONNECTION_PORT && label.iol_connection) { in mach_port_is_connection_for_service()
2985 conn_port_sblabel = label.iol_connection; in mach_port_is_connection_for_service()
H A Dipc_policy.c771 sblabel = dlabel.iol_connection; in ipc_filter_kmsg_header_from_user()