Home
last modified time | relevance | path

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

/linux-6.1.9/net/vmw_vsock/
Dvmci_transport.c651 static const u32 non_socket_contexts[] = { in vmci_transport_stream_allow() local
656 BUILD_BUG_ON(sizeof(cid) != sizeof(*non_socket_contexts)); in vmci_transport_stream_allow()
658 for (i = 0; i < ARRAY_SIZE(non_socket_contexts); i++) { in vmci_transport_stream_allow()
659 if (cid == non_socket_contexts[i]) in vmci_transport_stream_allow()