Searched refs:so_head (Results 1 – 9 of 9) sorted by relevance
436 if (so->so_head == NULL) { in tcp_log_connection()446 so->so_head->so_qlimit, \ in tcp_log_connection()447 so->so_head->so_qlen, \ in tcp_log_connection()448 so->so_head->so_incqlen in tcp_log_connection()
697 (so->so_head != NULL) && in tcp_garbage_collect()
7432 so->so_head != NULL && in tcp_dropdropablreq()7542 so->so_head = NULL; in tcp_dropdropablreq()
2112 if (so->so_head != NULL) { in in_pcbdispose()
140 new_so->so_head = NULL; in sock_accept_common()1253 return sock->so_head; in sock_getlistener()
210 if (so->so_head != NULL && (so->so_state & SS_INCOMP)) { in soisconnected()211 struct socket *head = so->so_head; in soisconnected()222 if (so->so_head == head && (so->so_state & SS_INCOMP)) { in soisconnected()459 so->so_head = head; in sonewconn_internal()
993 struct socket *head = so->so_head; in sofreelastref()1035 so->so_head = NULL; in sofreelastref()1197 sp->so_head = NULL; in soclose_locked()1221 sp->so_head = NULL; in soclose_locked()
577 so->so_head = NULL; in accept_nocancel()
153 struct socket *so_head; /* back pointer to accept socket */ member