Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dunpcb.h102 #define UNP_HAVEPCCACHED 0x002 macro
/freebsd-10-stable/sys/kern/
Duipc_usrreq.c758 unp->unp_flags |= UNP_HAVEPCCACHED; in uipc_listen()
1386 KASSERT(unp2->unp_flags & UNP_HAVEPCCACHED, in unp_connectat()
2449 if (unp_flags & UNP_HAVEPCCACHED) { in db_print_unpflags()