Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/skywalk/nexus/monitor/
H A Dnx_monitor.c1040 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync()
1123 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_zcopy_parent_sync()
1337 return kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_txsync()
1349 error = kring->ckr_mon_sync(kring, p, NA_SYNCF_MONITOR | flags); in nx_mon_parent_rxsync()
/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_adapter.h284 #define NA_SYNCF_MONITOR 0x1 macro
/xnu-8796.101.5/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c1063 if (__probable(n != 0 && m != 0 && (flags & NA_SYNCF_MONITOR) == 0)) { in nx_upipe_na_rxsync()