Home
last modified time | relevance | path

Searched defs:LoopbackInterface (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/driver/net/
H A Dloopback.rs251 pub struct LoopbackInterface { struct
256 inner: SpinLock<InnerLoopbackInterface>, argument
267 impl LoopbackInterface { argument
313 impl Debug for LoopbackInterface { implementation
323 impl KObject for LoopbackInterface { implementation
381 impl Device for LoopbackInterface { implementation
450 impl NetDevice for LoopbackInterface { implementation