Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_usrreq.c119 static struct unp_head unp_sphead; /* (l) List of seqpacket sockets. */ variable
574 LIST_INSERT_HEAD(&unp_sphead, unp, unp_link); in uipc_attach()
1815 head = &unp_sphead; in unp_pcblist()
2165 LIST_INIT(&unp_sphead); in unp_init()
2652 struct unp_head *heads[] = { &unp_dhead, &unp_shead, &unp_sphead, in unp_gc()