Searched refs:so_head (Results 1 – 10 of 10) sorted by relevance
435 if (so->so_head == NULL) { in tcp_log_connection()445 so->so_head->so_qlimit, \ in tcp_log_connection()446 so->so_head->so_qlen, \ in tcp_log_connection()447 so->so_head->so_incqlen in tcp_log_connection()
700 (so->so_head != NULL) && in tcp_garbage_collect()
7235 so->so_head != NULL && in tcp_dropdropablreq()7345 so->so_head = NULL; in tcp_dropdropablreq()
519 inbound = (tp->t_inpcb->inp_socket->so_head != NULL); in tcp_set_ecn()
2153 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()
208 if (so->so_head != NULL && (so->so_state & SS_INCOMP)) { in soisconnected()209 struct socket *head = so->so_head; in soisconnected()220 if (so->so_head == head && (so->so_state & SS_INCOMP)) { in soisconnected()457 so->so_head = head; in sonewconn_internal()
1153 struct socket *head = so->so_head; in sofreelastref()1195 so->so_head = NULL; in sofreelastref()1357 sp->so_head = NULL; in soclose_locked()1381 sp->so_head = NULL; in soclose_locked()
577 so->so_head = NULL; in accept_nocancel()
159 struct socket *so_head; /* back pointer to accept socket */ member