Searched refs:uu_network_lock_held (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Duser.h184 u_int32_t uu_network_lock_held; /* network support for pf locking */ member in struct:uthread
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c3686 return ((uth->uu_network_lock_held & flag) == flag);
3694 VERIFY((uth->uu_network_lock_held & flag) != flag);
3695 uth->uu_network_lock_held |= flag;
3703 VERIFY((uth->uu_network_lock_held & flag) == flag);
3704 uth->uu_network_lock_held &= (~flag);

Completed in 26 milliseconds