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

/freebsd-11-stable/sys/netinet/
H A Dtcp_timewait.c118 #define V_tw_lock VNET(tw_lock) macro
200 TW_LOCK_INIT(V_tw_lock, "tcptw");
214 TW_LOCK_DESTROY(V_tw_lock);
664 TW_WLOCK(V_tw_lock);
669 TW_WUNLOCK(V_tw_lock);
681 TW_WLOCK(V_tw_lock);
688 TW_WUNLOCK(V_tw_lock);
726 TW_RLOCK(V_tw_lock);
729 TW_RUNLOCK(V_tw_lock);
737 TW_RUNLOCK(V_tw_lock);
[all...]

Completed in 53 milliseconds