net/vmw_vsock/virtio_transport.c

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

File Facts

System
Linux kernel
Corpus path
net/vmw_vsock/virtio_transport.c
Extension
.c
Size
24917 bytes
Lines
988
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(virtio_vsock_init);
module_exit(virtio_vsock_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Asias He");
MODULE_DESCRIPTION("virtio transport for vsock");
MODULE_DEVICE_TABLE(virtio, id_table);

Annotation

Implementation Notes