Skip to main content

kernel/state/subcats/
net.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Network interface and socket state placeholder for [`KState`].
3//!
4//! Authors: MarioS271
5
6/// Holds registered network interfaces, routing tables, and active sockets.
7pub struct Net {
8
9}