Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.h39 #define DN_KEY_LEQ(a,b) ((int64_t)((a)-(b)) <= 0) macro
H A Ddn_sched_wf2q.c234 DN_KEY_LEQ(HEAP_TOP(neh)->key, si->V)) { in wf2qp_dequeue()
255 if (DN_KEY_LEQ(alg_fq->S, si->V)) { in wf2qp_dequeue()
H A Dip_dn_io.c564 if (!DN_KEY_LEQ(pkt->output_time, now)) in transmit_event()