Home
last modified time | relevance | path

Searched refs:ifq_idx (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/net/
Difq.h73 unsigned int ifq_idx; member
481 ifq_idx(struct ifqueue *ifq, unsigned int nifqs, const struct mbuf *m) in ifq_idx() function
Difq.c297 ifq->ifq_idx = idx; in ifq_init()
302 "txq", ifq->ifq_idx, KSTAT_T_KV, 0); in ifq_init()
321 newq = newops->ifqop_alloc(ifq->ifq_idx, opsarg); in ifq_attach()
343 oldops->ifqop_free(ifq->ifq_idx, oldq); in ifq_attach()
364 ifq->ifq_ops->ifqop_free(ifq->ifq_idx, ifq->ifq_q); in ifq_destroy()
Dif.c761 idx = ifq_idx(&ifp->if_snd, ifp->if_nifqs, m); in if_enqueue_ifq()