Home
last modified time | relevance | path

Searched refs:net_thread_marks_push (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/core/
H A Dskywalk_var.h368 net_thread_marks_push(NET_THREAD_CHANNEL_SYNC); in sk_sync_protect()
384 net_thread_marks_push(NET_THREAD_RX_NOTIFY); in sk_rx_notify_protect()
392 net_thread_marks_push(NET_THREAD_TX_NOTIFY); in sk_tx_notify_protect()
414 net_thread_marks_push(NET_THREAD_CACHE_UPDATE); in sk_cache_update_protect()
429 net_thread_marks_push(NET_THREAD_REGION_UPDATE); in sk_region_update_protect()
444 net_thread_marks_push(NET_THREAD_AYSYNC_TX); in sk_async_transmit_protect()
/xnu-8019.80.24/bsd/net/
H A Ddlil.h302 extern net_thread_marks_t net_thread_marks_push(u_int32_t);
H A Dkpi_interface.c2255 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifnet_guarded_lladdr_copy_bytes()
H A Dif.c4376 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifconf()
H A Dpf_ioctl.c4541 marks = net_thread_marks_push(NET_THREAD_HELD_PF); in pf_af_hook()
H A Ddlil.c7464 net_thread_marks_push(u_int32_t push) in net_thread_marks_push() function
/xnu-8019.80.24/bsd/kern/
H A Duipc_domain.c1039 marks = net_thread_marks_push(NET_THREAD_HELD_DOMAIN); in domain_guard_deploy()