Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Dif_altq.h128 #define ALTQF_READY 0x01 /* driver supports alternate queueing */ macro
135 #define ALTQF_CANTCHANGE (ALTQF_READY)
144 #define ALTQ_IS_READY(ifq) ((ifq)->altq_flags & ALTQF_READY)
/f-stack/freebsd/net/
H A Difq.h231 do { ((ifq)->altq_flags |= ALTQF_READY); } while (0)