Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dvsock_domain.c1609 static const int vsock_proto_count = (sizeof(vsocksw) / sizeof(struct protosw)); variable
1627 for (int i = 0; i < vsock_proto_count; i++) { in vsock_dinit()