Searched defs:BpfDevice (Results 1 – 1 of 1) sorted by relevance
45 pub struct BpfDevice { struct50 impl AsRawFd for BpfDevice { argument70 impl BpfDevice { implementation71 pub fn new(name: &str, _medium: Medium) -> io::Result<BpfDevice> { in new()154 impl Drop for BpfDevice { implementation