Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dvsock_domain.c1483 static struct protosw vsocksw[] = { variable
1494 static const int vsock_proto_count = (sizeof(vsocksw) / sizeof(struct protosw));
1510 net_add_proto((struct protosw *)&vsocksw[i], dp, 1); in vsock_dinit()