Searched refs:so_head (Results 1 – 10 of 10) sorted by relevance
429 if (so->so_head == NULL) { in tcp_log_connection()444 so->so_head->so_qlimit, \ in tcp_log_connection()445 so->so_head->so_qlen, \ in tcp_log_connection()446 so->so_head->so_incqlen in tcp_log_connection()
685 (so->so_head != NULL) && in tcp_garbage_collect()
493 inbound = (tp->t_inpcb->inp_socket->so_head != NULL); in tcp_set_ecn()
6533 so->so_head != NULL && in tcp_dropdropablreq()6643 so->so_head = NULL; in tcp_dropdropablreq()
1993 if (so->so_head != NULL) { in in_pcbdispose()
137 new_so->so_head = NULL; in sock_accept_common()1194 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()454 so->so_head = head; in sonewconn_internal()
1145 struct socket *head = so->so_head; in sofreelastref()1187 so->so_head = NULL; in sofreelastref()1349 sp->so_head = NULL; in soclose_locked()1373 sp->so_head = NULL; in soclose_locked()
521 so->so_head = NULL; in accept_nocancel()
150 struct socket *so_head; /* back pointer to accept socket */ member