Lines Matching refs:so_flags

1025 			    !(t->inp_socket->so_flags & SOF_REUSESHAREUID) &&  in in_pcbbind()
1031 if ((t->inp_socket->so_flags & in in_pcbbind()
1033 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
1058 if ((t->inp_socket->so_flags & in in_pcbbind()
1060 !(so->so_flags & SOF_NOTIFYCONFLICT)) { in in_pcbbind()
1114 randomport = (so->so_flags & SOF_BINDRANDOMPORT) || in in_pcbbind()
1497 if (so->so_flags & SOF_DELEGATED) { in apn_fallback_trigger()
1860 if ((so->so_flags & SOF_ABORTED) != 0) { in in_pcbconnect()
1958 if (!(so->so_flags & SOF_MP_SUBFLOW) && (so->so_state & SS_NOFDREF)) { in in_pcbdisconnect()
2016 if (!(so->so_flags & SOF_PCBCLEARING)) { in in_pcbdetach()
2046 if (so->so_flags & SOF_DELEGATED) { in in_pcbdetach()
2061 so->so_flags |= SOF_PCBCLEARING; in in_pcbdetach()
2086 so->so_flags, solockhistory_nr(so)); in in_pcbdispose()
2126 so->so_flags |= SOF_PCBCLEARING; in in_pcbdispose()
3656 so->so_flags &= ~(SOF_SUSPENDED); in inp_reset_fc_state()
3702 inp->inp_socket->so_flags |= SOF_SUSPENDED; in inp_set_fc_state()
3781 if (so->so_flags & SOF_DELEGATED) { in inp_get_soprocinfo()
3843 if (so->so_flags & SOF_DELEGATED) { in inp_update_cellular_policy()
3858 (so->so_flags & SOF_DELEGATED) ? in inp_update_cellular_policy()
3888 if (so->so_flags & SOF_DELEGATED) { in inp_update_necp_want_app_policy()
3900 (so->so_flags & SOF_DELEGATED) ? in inp_update_necp_want_app_policy()
3944 if (so->last_pid == 0 && !(so->so_flags & SOF_DELEGATED)) { in inp_update_policy()
3956 lookup_uuid = ((so->so_flags & SOF_DELEGATED) ? so->e_uuid : so->last_uuid); in inp_update_policy()
4175 if (ifp != NULL && !(so->so_flags & SOF_MP_SUBFLOW) && in inp_count_sndbytes()
4330 if (so->so_flags & SOF_DELEGATED) { in inp_update_last_owner()
4546 randomport = (so->so_flags & SOF_BINDRANDOMPORT) > 0 || in in_pcbsetport()