Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/classq/
H A Dif_classq.h130 u_int32_t ifcq_maxlen; member
270 #define IFCQ_QFULL(_ifcq) (IFCQ_LEN(_ifcq) >= (_ifcq)->ifcq_maxlen)
276 #define IFCQ_MAXLEN(_ifcq) ((_ifcq)->ifcq_maxlen)
277 #define IFCQ_SET_MAXLEN(_ifcq, _len) ((_ifcq)->ifcq_maxlen = (_len))