Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c122 #define TW_LOCK_INIT(tw, d) rw_init_flags(&(tw), (d), 0) macro
203 TW_LOCK_INIT(V_tw_lock, "tcptw"); in tcp_tw_init()