Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/core/
H A Dskywalk_var.h373 net_thread_marks_push(NET_THREAD_CHANNEL_SYNC); in sk_sync_protect()
389 net_thread_marks_push(NET_THREAD_RX_NOTIFY); in sk_rx_notify_protect()
397 net_thread_marks_push(NET_THREAD_TX_NOTIFY); in sk_tx_notify_protect()
419 net_thread_marks_push(NET_THREAD_CACHE_UPDATE); in sk_cache_update_protect()
434 net_thread_marks_push(NET_THREAD_REGION_UPDATE); in sk_region_update_protect()
449 net_thread_marks_push(NET_THREAD_AYSYNC_TX); in sk_async_transmit_protect()
/xnu-10063.141.1/bsd/net/
H A Ddlil.h307 extern net_thread_marks_t net_thread_marks_push(u_int32_t);
H A Dkpi_interface.c2299 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifnet_guarded_lladdr_copy_bytes()
H A Dpf_ioctl.c4635 marks = net_thread_marks_push(NET_THREAD_HELD_PF); in pf_af_hook()
H A Dif.c4815 marks = net_thread_marks_push(NET_THREAD_CKREQ_LLADDR); in ifconf()
H A Ddlil.c8046 net_thread_marks_push(u_int32_t push) in net_thread_marks_push() function
/xnu-10063.141.1/bsd/kern/
H A Duipc_domain.c1079 marks = net_thread_marks_push(NET_THREAD_HELD_DOMAIN); in domain_guard_deploy()
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2144 net_thread_marks_push(NET_THREAD_SYNC_RX); in fsw_rps_thread_func()