Home | History | Annotate | Download | only in kern

Lines Matching refs:so_head

269 	KASSERT(so->so_head == NULL);
270 if (so2->so_head != NULL)
842 KASSERT(so->so_head == NULL || solocked2(so, so->so_head));
843 KASSERT(so->so_head == NULL || solocked2(so2, so->so_head));
1091 KASSERT(so->so_head == NULL);
1111 * queue head (so2->so_head, only if PR_CONNREQUIRED)
1114 KASSERT(so->so_head == NULL);
1115 if (so2->so_head != NULL) {
1117 KASSERT(solocked2(so2, so2->so_head));
1277 KASSERT(so2->so_head != NULL);
1390 if (so->so_head) {