Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Duipc_socket2.c96 struct socket *head = so->so_head; in soisconnected()
281 so->so_head = head; in soqinsque()
295 struct socket *head = so->so_head; in soqremque()
311 so->so_head = NULL; in soqremque()
H A Duipc_socket.c284 if (so->so_head) { in sofree()
285 struct socket *head = so->so_head; in sofree()
2496 (*pr)("so_head: %p\n", so->so_head); in so_print()
/openbsd/sys/sys/
H A Dsocketvar.h80 struct socket *so_head; /* back pointer to accept socket */ member
/openbsd/usr.bin/netstat/
H A Dinet.c1327 pp("%p", so_head, "\n "); in socket_dump()