Searched refs:LAST_RESERVED_PORT (Results 1 – 3 of 3) sorted by relevance
19 #define LAST_RESERVED_PORT 1023 macro
842 net->vsock.port = get_random_u32_above(LAST_RESERVED_PORT); in __vsock_bind_connectible()852 net->vsock.port <= LAST_RESERVED_PORT) in __vsock_bind_connectible()853 net->vsock.port = LAST_RESERVED_PORT + 1; in __vsock_bind_connectible()869 if (addr->svm_port <= LAST_RESERVED_PORT && in __vsock_bind_connectible()
1706 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()