Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/classq/
H A Dif_classq.h124 u_int32_t ifcq_maxlen; member
269 #define IFCQ_QFULL(_ifcq) (IFCQ_LEN(_ifcq) >= (_ifcq)->ifcq_maxlen)
275 #define IFCQ_MAXLEN(_ifcq) ((_ifcq)->ifcq_maxlen)
276 #define IFCQ_SET_MAXLEN(_ifcq, _len) ((_ifcq)->ifcq_maxlen = (_len))