Lines Matching refs:so_flags
386 if (head->so_flags & SOF_DELEGATED) { in sonewconn_internal()
392 so->so_flags = head->so_flags & in sonewconn_internal()
465 so->so_flags |= SOF_INCOMP_INPROGRESS; in sonewconn_internal()
554 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
556 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
594 if ((so->so_state & SS_DRAINING) || (so->so_flags & SOF_DEFUNCT)) { in sbwait()
596 if (so->so_flags & SOF_DEFUNCT) { in sbwait()
624 if (so->so_flags & SOF_DEFUNCT) { in sowakeup()
697 if ((so->so_flags & SOF_CLOSEWAIT) && in sowakeup()
706 if ((so->so_flags & SOF_CONTENT_FILTER) != 0) { in sowakeup()
1572 !((so->so_flags & SOF_MP_SUBFLOW) && in sbappendstream_rcvdemux()
1580 if (so->so_flags & SOF_MP_SUBFLOW) { in sbappendstream_rcvdemux()
1613 VERIFY(so->so_flags & SOF_MP_SUBFLOW); in sbappendmptcpstream_rcv()
1795 ((sb->sb_so->so_flags & SOF_MP_SUBFLOW) || in sbdrop()
1802 (sb->sb_so->so_flags & SOF_MP_SUBFLOW) && in sbdrop()
2370 if (so->so_flags & SOF_NOTSENT_LOWAT) { in sowriteable()
2477 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sblock()
2482 if (!(so->so_flags & SOF_DEFUNCT) && !(sb->sb_flags & SB_LOCK)) { in sblock()
2507 ((so->so_flags & SOF_CONTENT_FILTER) && in sblock()
2535 if (error == 0 && (so->so_flags & SOF_DEFUNCT) && in sblock()
2578 if ((so->so_flags & SOF_CONTENT_FILTER) && sb->sb_cfil_thread == tp) { in sbunlock()
2583 if (!(so->so_flags & SOF_DEFUNCT) && in sbunlock()
2610 if (so->so_flags & SOF_MP_SUBFLOW || SOCK_DOM(so) == PF_MULTIPATH) { in sbunlock()
2669 if (so->so_flags & SOF_KNOTE) { in soevent()
2680 !(so->so_flags & SOF_MP_SUBFLOW) && in soevent()
2700 if (so->so_flags & SOF_DELEGATED) { in soevent_ifdenied()
2725 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2738 ((so->so_flags & SOF_DELEGATED) ? in soevent_ifdenied()
2881 return (so->so_flags & SOF_PRIVILEGED_TRAFFIC_CLASS) ? 1 : 0; in soisprivilegedtraffic()