Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/core/
H A Dskywalk_var.h369 net_thread_marks_push(NET_THREAD_CHANNEL_SYNC); in sk_sync_protect()
385 net_thread_marks_push(NET_THREAD_RX_NOTIFY); in sk_rx_notify_protect()
393 net_thread_marks_push(NET_THREAD_TX_NOTIFY); in sk_tx_notify_protect()
415 net_thread_marks_push(NET_THREAD_CACHE_UPDATE); in sk_cache_update_protect()
430 net_thread_marks_push(NET_THREAD_REGION_UPDATE); in sk_region_update_protect()
445 net_thread_marks_push(NET_THREAD_AYSYNC_TX); in sk_async_transmit_protect()
/xnu-8792.41.9/bsd/net/
H A Ddlil.h303 extern net_thread_marks_t net_thread_marks_push(u_int32_t);
H A Dkpi_interface.c2283 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifnet_guarded_lladdr_copy_bytes()
H A Dif.c4481 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifconf()
H A Dpf_ioctl.c4526 marks = net_thread_marks_push(NET_THREAD_HELD_PF); in pf_af_hook()
H A Ddlil.c7731 net_thread_marks_push(u_int32_t push) in net_thread_marks_push() function
/xnu-8792.41.9/bsd/kern/
H A Duipc_domain.c1039 marks = net_thread_marks_push(NET_THREAD_HELD_DOMAIN); in domain_guard_deploy()
/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1864 net_thread_marks_push(NET_THREAD_SYNC_RX); in fsw_rps_thread_func()