Home
last modified time | relevance | path

Searched refs:LAST_RESERVED_PORT (Results 1 – 3 of 3) sorted by relevance

/linux/include/net/
A Daf_vsock.h17 #define LAST_RESERVED_PORT 1023 macro
/linux/net/vmw_vsock/
A Daf_vsock.c623 port = LAST_RESERVED_PORT + 1 + in __vsock_bind_connectible()
624 prandom_u32_max(U32_MAX - LAST_RESERVED_PORT); in __vsock_bind_connectible()
633 if (port <= LAST_RESERVED_PORT) in __vsock_bind_connectible()
634 port = LAST_RESERVED_PORT + 1; in __vsock_bind_connectible()
650 if (addr->svm_port <= LAST_RESERVED_PORT && in __vsock_bind_connectible()
A Dvmci_transport.c1673 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()

Completed in 11 milliseconds