HomeSort by: relevance | last modified time | path
    Searched defs:so_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
socketvar.h 145 * Socket where accepts occur is so_head in all subsidiary sockets.
146 * If so_head is 0, socket is not related to an accept.
149 * If a connection is aborted and it has so_head set, then
154 struct socket *so_head; /* back pointer to accept socket */ member in struct:socket
socketvar.h 145 * Socket where accepts occur is so_head in all subsidiary sockets.
146 * If so_head is 0, socket is not related to an accept.
149 * If a connection is aborted and it has so_head set, then
154 struct socket *so_head; /* back pointer to accept socket */ member in struct:socket

Completed in 24 milliseconds