Searched refs:LAST_RESERVED_PORT (Results 1 – 3 of 3) sorted by relevance
25 #define LAST_RESERVED_PORT 1023 macro
488 static u32 port = LAST_RESERVED_PORT + 1; in __vsock_bind_stream()498 if (port <= LAST_RESERVED_PORT) in __vsock_bind_stream()499 port = LAST_RESERVED_PORT + 1; in __vsock_bind_stream()515 if (addr->svm_port <= LAST_RESERVED_PORT && in __vsock_bind_stream()
1679 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()