net/vmw_vsock/vsock_loopback.c

Source file repositories/reference/linux-study-clean/net/vmw_vsock/vsock_loopback.c

File Facts

System
Linux kernel
Corpus path
net/vmw_vsock/vsock_loopback.c
Extension
.c
Size
5732 bytes
Lines
190
Domain
Networking Core
Bucket
Sockets, Protocols, Packet Path, And Network Policy
Inferred role
Networking Core: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Networking stack implementation surface: socket APIs, protocol dispatch, packet flow, routing, filtering, and network namespaces.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(vsock_loopback_init);
module_exit(vsock_loopback_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Stefano Garzarella <sgarzare@redhat.com>");
MODULE_DESCRIPTION("loopback transport for vsock");
MODULE_ALIAS_NETPROTO(PF_VSOCK);

Annotation

Implementation Notes