Home
last modified time | relevance | path

Searched refs:LAST_RESERVED_PORT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Daf_vsock.h17 #define LAST_RESERVED_PORT 1023 macro
/kernel/linux/linux-6.6/include/net/
H A Daf_vsock.h18 #define LAST_RESERVED_PORT 1023 macro
/kernel/linux/linux-5.10/net/vmw_vsock/
H A Daf_vsock.c602 port = LAST_RESERVED_PORT + 1 + in __vsock_bind_stream()
603 prandom_u32_max(U32_MAX - LAST_RESERVED_PORT); in __vsock_bind_stream()
612 if (port <= LAST_RESERVED_PORT) in __vsock_bind_stream()
613 port = LAST_RESERVED_PORT + 1; in __vsock_bind_stream()
629 if (addr->svm_port <= LAST_RESERVED_PORT && in __vsock_bind_stream()
H A Dvmci_transport.c1678 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Daf_vsock.c634 port = get_random_u32_above(LAST_RESERVED_PORT); in __vsock_bind_connectible()
643 if (port <= LAST_RESERVED_PORT) in __vsock_bind_connectible()
644 port = LAST_RESERVED_PORT + 1; in __vsock_bind_connectible()
660 if (addr->svm_port <= LAST_RESERVED_PORT && in __vsock_bind_connectible()
H A Dvmci_transport.c1676 if (port <= LAST_RESERVED_PORT && !capable(CAP_NET_BIND_SERVICE)) in vmci_transport_dgram_bind()

Completed in 12 milliseconds