Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Daf_vsock.h28 #define LAST_RESERVED_PORT 1023 macro
/linux-4.4.14/net/vmw_vsock/
Daf_vsock.c487 static u32 port = LAST_RESERVED_PORT + 1; in __vsock_bind_stream()
497 if (port <= LAST_RESERVED_PORT) in __vsock_bind_stream()
498 port = LAST_RESERVED_PORT + 1; in __vsock_bind_stream()
514 if (addr->svm_port <= LAST_RESERVED_PORT && in __vsock_bind_stream()
Dvmci_transport.c1666 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()