Home
last modified time | relevance | path

Searched refs:ifqop_alloc (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Difq.h417 void *(*ifqop_alloc)(unsigned int, void *); member
H A Difq.c275 ifq->ifq_q = priq_ops.ifqop_alloc(idx, NULL); in ifq_init()
321 newq = newops->ifqop_alloc(ifq->ifq_idx, opsarg); in ifq_attach()