Searched refs:SOF_BINDRANDOMPORT (Results 1 – 6 of 6) sorted by relevance
246 #define SOF_BINDRANDOMPORT 0x00001000 /* Randomized port number for bind */ macro
217 if (pcb->so->so_flags & SOF_BINDRANDOMPORT) { in vsock_bind_address()
5103 so->so_flags |= SOF_BINDRANDOMPORT; in sosetoptlock()5105 so->so_flags &= ~SOF_BINDRANDOMPORT; in sosetoptlock()6041 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()
1114 randomport = (so->so_flags & SOF_BINDRANDOMPORT) || in in_pcbbind()4546 randomport = (so->so_flags & SOF_BINDRANDOMPORT) > 0 || in in_pcbsetport()