Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Difq.h76 struct ifiqueue { struct
81 struct ifiqueue *_ifiq_ifiqs[1]; argument
82 } _ifiq_ptr;
86 struct mutex ifiq_mtx;
88 struct task ifiq_task;
92 uint64_t ifiq_packets;
93 uint64_t ifiq_bytes;
94 uint64_t ifiq_fdrops;
95 uint64_t ifiq_qdrops;
96 uint64_t ifiq_errors;
[all …]