Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Difq.h49 unsigned int ifq_oactive; member
465 ifq->ifq_oactive = 0; in ifq_clr_oactive()
471 return (ifq->ifq_oactive); in ifq_is_oactive()
H A Difq.c147 if (ifq->ifq_oactive) in ifq_set_oactive()
151 if (!ifq->ifq_oactive) { in ifq_set_oactive()
152 ifq->ifq_oactive = 1; in ifq_set_oactive()
163 if (!ifq->ifq_oactive) { in ifq_deq_set_oactive()
164 ifq->ifq_oactive = 1; in ifq_deq_set_oactive()
257 kstat_kv_bool(&kd->kd_oactive) = ifq->ifq_oactive; in ifq_kstat_copy()