Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_timewait.c116 #define TW_LOCK_INIT(tw, d) rw_init_flags(&(tw), (d), 0) macro
196 TW_LOCK_INIT(V_tw_lock, "tcptw"); in tcp_tw_init()