Searched refs:unp_shead (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Duipc_usrreq.c115 static struct unp_head unp_shead; /* (l) List of stream sockets. */ variable in typeref:struct:unp_head
434 LIST_INSERT_HEAD(&unp_shead, unp, unp_link);
1504 head = &unp_shead;
1807 LIST_INIT(&unp_shead);
2182 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead,

Completed in 51 milliseconds