Home
last modified time | relevance | path

Searched refs:kflags (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_io.c619 si->kflags &= ~DN_ACTIVE; in serve_sched()
652 si->kflags |= DN_ACTIVE; in serve_sched()
926 if (si->kflags & DN_ACTIVE) { in dummynet_io()
H A Dip_dn_private.h317 int kflags; /* DN_ACTIVE */ member
H A Dip_dummynet.c557 if (si->kflags & DN_ACTIVE) /* remove si from event heap */ in si_destroy()
2358 if ((si->kflags & DN_ACTIVE) || si->dline.mq.head != NULL) in drain_scheduler_cb()
/f-stack/freebsd/kern/
H A Dkern_descrip.c4227 int kflags; in xlate_fflags() local
4229 kflags = 0; in xlate_fflags()
4232 kflags |= fflags_table[i].kf_fflag; in xlate_fflags()
4233 return (kflags); in xlate_fflags()