Home
last modified time | relevance | path

Searched refs:NET_THREAD_SYNC_RX (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Ddlil.h267 #define NET_THREAD_SYNC_RX 0x400000 /* request synchronous Rx handler */ macro
H A Ddlil_input.c291 if (__improbable(net_thread_is_marked(NET_THREAD_SYNC_RX))) { in dlil_input_handler()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2376 net_thread_marks_push(NET_THREAD_SYNC_RX); in fsw_rps_thread_func()