Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c282 #define UNP_PCB_LOCKPTR(unp) (&(unp)->unp_mtx) macro
1550 mtx_sleep(unp, UNP_PCB_LOCKPTR(unp), 0, "unpeer", 0); in unp_connectat()