Searched refs:so_head (Results 1 – 10 of 10) 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()
703 (so->so_head != NULL) && in tcp_garbage_collect()
501 inbound = (tp->t_inpcb->inp_socket->so_head != NULL); in tcp_set_ecn()
6887 so->so_head != NULL && in tcp_dropdropablreq()6997 so->so_head = NULL; in tcp_dropdropablreq()
2121 if (so->so_head != NULL) { in in_pcbdispose()
139 new_so->so_head = NULL; in sock_accept_common()1254 return sock->so_head; in sock_getlistener()
207 if (so->so_head != NULL && (so->so_state & SS_INCOMP)) { in soisconnected()208 struct socket *head = so->so_head; in soisconnected()219 if (so->so_head == head && (so->so_state & SS_INCOMP)) { in soisconnected()456 so->so_head = head; in sonewconn_internal()
1159 struct socket *head = so->so_head; in sofreelastref()1201 so->so_head = NULL; in sofreelastref()1363 sp->so_head = NULL; in soclose_locked()1387 sp->so_head = NULL; in soclose_locked()
572 so->so_head = NULL; in accept_nocancel()
153 struct socket *so_head; /* back pointer to accept socket */ member