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()
466 so->so_flags |= SOF_INCOMP_INPROGRESS; in sonewconn_internal()
555 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
557 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
595 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
597 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
625 if (so->so_flags & SOF_DEFUNCT) { in sowakeup()
698 if ((so->so_flags & SOF_CLOSEWAIT) && in sowakeup()
707 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sowakeup()
1623 !((so->so_flags & SOF_MP_SUBFLOW) && in sbappendstream_rcvdemux()
1631 if (so->so_flags & SOF_MP_SUBFLOW) { in sbappendstream_rcvdemux()
1664 VERIFY(so->so_flags & SOF_MP_SUBFLOW); in sbappendmptcpstream_rcv()
1849 ((sb->sb_so->so_flags & SOF_MP_SUBFLOW) || in sbdrop()
1856 (sb->sb_so->so_flags & SOF_MP_SUBFLOW) && in sbdrop()
2425 if (so->so_flags & SOF_NOTSENT_LOWAT) { in sowriteable()
2532 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sblock()
2537 if (!(so->so_flags & SOF_DEFUNCT) && !(sb->sb_flags & SB_LOCK)) { in sblock()
2562 ((so->so_flags & SOF_CONTENT_FILTER) && in sblock()
2590 if (error == 0 && (so->so_flags & SOF_DEFUNCT) && in sblock()
2633 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sbunlock()
2638 if (!(so->so_flags & SOF_DEFUNCT) && in sbunlock()
2665 if (so->so_flags & SOF_MP_SUBFLOW || SOCK_DOM(so) == PF_MULTIPATH) { in sbunlock()
2724 if (so->so_flags & SOF_KNOTE) { in soevent()
2735 !(so->so_flags & SOF_MP_SUBFLOW) && in soevent()
2755 if (so->so_flags & SOF_DELEGATED) { in soevent_ifdenied()
2780 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2793 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2920 return (so->so_flags & SOF_PRIVILEGED_TRAFFIC_CLASS) ? 1 : 0; in soisprivilegedtraffic()