Searched refs:SOF_BINDRANDOMPORT (Results 1 – 6 of 6) sorted by relevance
255 #define SOF_BINDRANDOMPORT 0x00001000 /* Randomized port number for bind */ macro
187 if (pcb->so->so_flags & SOF_BINDRANDOMPORT) { in vsock_bind_address()
5249 so->so_flags |= SOF_BINDRANDOMPORT; in sosetoptlock()5251 so->so_flags &= ~SOF_BINDRANDOMPORT; in sosetoptlock()6146 optval = (so->so_flags & SOF_BINDRANDOMPORT); in sogetoptlock()
395 SOF_NOTIFYCONFLICT | SOF_BINDRANDOMPORT | SOF_NPX_SETOPTSHUT | in sonewconn_internal()
1686 randomport = (so->so_flags & SOF_BINDRANDOMPORT) > 0 || in in6_pcbsetport()
1154 randomport = (so->so_flags & SOF_BINDRANDOMPORT) || in in_pcbbind()