OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unp_refs
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
unpcb.h
55
* are in a linked list starting with
unp_refs
, linked through
59
* the need for
unp_refs
and unp_nextref to be separate fields.
76
struct unpcb *
unp_refs
; /* referencing socket linked list */
member in struct:unpcb
77
struct unpcb *unp_nextref; /* link in
unp_refs
list */
/src/sys/kern/
uipc_usrreq.c
790
while (unp->
unp_refs
) {
791
KASSERT(solocked2(so, unp->
unp_refs
->unp_socket));
792
if (unp_drop(unp->
unp_refs
, SET_ERROR(ECONNRESET))) {
1126
unp->unp_nextref = unp2->
unp_refs
;
1127
unp2->
unp_refs
= unp;
1337
if (unp2->
unp_refs
== unp)
1338
unp2->
unp_refs
= unp->unp_nextref;
1340
unp2 = unp2->
unp_refs
;
uipc_domain.c
548
COND_SET_VALUE(pcb->ki_refs, PTRTOUINT64(unp->
unp_refs
), allowaddr);
/src/usr.bin/netstat/
unix.c
135
(u_long)unp.unp_conn, (u_long)unp.
unp_refs
,
Completed in 15 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025