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

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c153 new_so->so_head = NULL;
1061 * listener (so_head) value of a given socket. This is intended to be
1070 return (sock->so_head);
H A Duipc_socket.c828 struct socket *head = so->so_head;
867 so->so_head = NULL;
965 sp->so_head = NULL;
986 sp->so_head = NULL;
1153 struct socket *head = so->so_head;
1165 so->so_head = NULL;
1194 so->so_head = NULL;
H A Duipc_syscalls.c451 so->so_head = NULL;
481 so->so_head = NULL;
495 so->so_head = NULL;
H A Duipc_socket2.c176 struct socket *head = so->so_head;
379 so->so_head = head;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h138 * Socket where accepts occur is so_head in all subsidiary sockets.
139 * If so_head is 0, socket is not related to an accept.
142 * If a connection is aborted and it has so_head set, then
147 struct socket *so_head; /* back pointer to accept socket */ member in struct:socket
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c353 ((tp != NULL) && (tp->t_state == TCPS_CLOSED) && (so->so_head != NULL)
H A Din_pcb.c1061 if (so->so_head != NULL)
H A Dtcp_input.c4761 so->so_head = NULL;

Completed in 108 milliseconds