Lines Matching refs:so_flags
387 if (head->so_flags & SOF_DELEGATED) { in sonewconn_internal()
393 so->so_flags = head->so_flags & in sonewconn_internal()
468 so->so_flags |= SOF_INCOMP_INPROGRESS; in sonewconn_internal()
557 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
559 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
597 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
599 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
627 if (so->so_flags & SOF_DEFUNCT) { in sowakeup()
700 if ((so->so_flags & SOF_CLOSEWAIT) && in sowakeup()
709 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sowakeup()
1586 !((so->so_flags & SOF_MP_SUBFLOW) && in sbappendstream_rcvdemux()
1594 if (so->so_flags & SOF_MP_SUBFLOW) { in sbappendstream_rcvdemux()
1627 VERIFY(so->so_flags & SOF_MP_SUBFLOW); in sbappendmptcpstream_rcv()
1838 ((sb->sb_so->so_flags & SOF_MP_SUBFLOW) || in sbdrop()
1845 (sb->sb_so->so_flags & SOF_MP_SUBFLOW) && in sbdrop()
2407 if (so->so_flags & SOF_NOTSENT_LOWAT) { in sowriteable()
2515 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sblock()
2520 if (!(so->so_flags & SOF_DEFUNCT) && !(sb->sb_flags & SB_LOCK)) { in sblock()
2545 ((so->so_flags & SOF_CONTENT_FILTER) && in sblock()
2573 if (error == 0 && (so->so_flags & SOF_DEFUNCT) && in sblock()
2616 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sbunlock()
2621 if (!(so->so_flags & SOF_DEFUNCT) && in sbunlock()
2648 if (so->so_flags & SOF_MP_SUBFLOW || SOCK_DOM(so) == PF_MULTIPATH) { in sbunlock()
2707 if (so->so_flags & SOF_KNOTE) { in soevent()
2718 !(so->so_flags & SOF_MP_SUBFLOW) && in soevent()
2738 if (so->so_flags & SOF_DELEGATED) { in soevent_ifdenied()
2763 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2776 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2903 return (so->so_flags & SOF_PRIVILEGED_TRAFFIC_CLASS) ? 1 : 0; in soisprivilegedtraffic()