Lines Matching refs:so_flags
384 if (head->so_flags & SOF_DELEGATED) { in sonewconn_internal()
390 so->so_flags = head->so_flags & in sonewconn_internal()
463 so->so_flags |= SOF_INCOMP_INPROGRESS; in sonewconn_internal()
552 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
554 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
592 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
594 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
622 if (so->so_flags & SOF_DEFUNCT) { in sowakeup()
695 if ((so->so_flags & SOF_CLOSEWAIT) && in sowakeup()
704 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sowakeup()
1577 !((so->so_flags & SOF_MP_SUBFLOW) && in sbappendstream_rcvdemux()
1585 if (so->so_flags & SOF_MP_SUBFLOW) { in sbappendstream_rcvdemux()
1618 VERIFY(so->so_flags & SOF_MP_SUBFLOW); in sbappendmptcpstream_rcv()
1797 ((sb->sb_so->so_flags & SOF_MP_SUBFLOW) || in sbdrop()
1804 (sb->sb_so->so_flags & SOF_MP_SUBFLOW) && in sbdrop()
2321 if (so->so_flags & SOF_NOTSENT_LOWAT) { in sowriteable()
2439 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sblock()
2444 if (!(so->so_flags & SOF_DEFUNCT) && !(sb->sb_flags & SB_LOCK)) { in sblock()
2469 ((so->so_flags & SOF_CONTENT_FILTER) && in sblock()
2497 if (error == 0 && (so->so_flags & SOF_DEFUNCT) && in sblock()
2540 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sbunlock()
2545 if (!(so->so_flags & SOF_DEFUNCT) && in sbunlock()
2572 if (so->so_flags & SOF_MP_SUBFLOW || SOCK_DOM(so) == PF_MULTIPATH) { in sbunlock()
2613 if (so->so_flags & SOF_KNOTE) { in soevent()
2624 !(so->so_flags & SOF_MP_SUBFLOW) && in soevent()
2657 if (so->so_flags & SOF_DELEGATED) { in soevent_ifdenied()
2682 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2695 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2835 return (so->so_flags & SOF_PRIVILEGED_TRAFFIC_CLASS) ? 1 : 0; in soisprivilegedtraffic()