Searched defs:ifqueue (Results 1 – 1 of 1) sorted by relevance
27 struct ifqueue { struct38 struct ifqueue *_ifq_ifqs[1]; argument39 } _ifq_ptr;44 struct mutex ifq_mtx;46 void *ifq_q;48 unsigned int ifq_len;52 uint64_t ifq_packets;53 uint64_t ifq_bytes;54 uint64_t ifq_qdrops;55 uint64_t ifq_errors;[all …]