Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dunpcb.h102 #define UNP_HAVEPCCACHED 0x002 macro
/freebsd-9-stable/sys/kern/
Duipc_usrreq.c729 unp->unp_flags |= UNP_HAVEPCCACHED; in uipc_listen()
1366 KASSERT(unp2->unp_flags & UNP_HAVEPCCACHED, in unp_connect()
2379 if (unp_flags & UNP_HAVEPCCACHED) { in db_print_unpflags()