Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c120 #define V_tw_lock VNET(tw_lock) macro
203 TW_LOCK_INIT(V_tw_lock, "tcptw"); in tcp_tw_init()
218 TW_LOCK_DESTROY(V_tw_lock); in tcp_tw_destroy()
665 TW_WLOCK(V_tw_lock); in tcp_tw_2msl_reset()
670 TW_WUNLOCK(V_tw_lock); in tcp_tw_2msl_reset()
682 TW_WLOCK(V_tw_lock); in tcp_tw_2msl_stop()
689 TW_WUNLOCK(V_tw_lock); in tcp_tw_2msl_stop()
711 TW_RLOCK(V_tw_lock); in tcp_tw_2msl_scan()
714 TW_RUNLOCK(V_tw_lock); in tcp_tw_2msl_scan()
722 TW_RUNLOCK(V_tw_lock); in tcp_tw_2msl_scan()