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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h116 u_int32_t ifcq_maxlen; member in struct:ifclassq
319 #define IFCQ_QFULL(_ifcq) (IFCQ_LEN(_ifcq) >= (_ifcq)->ifcq_maxlen)
323 #define IFCQ_MAXLEN(_ifcq) ((_ifcq)->ifcq_maxlen)
324 #define IFCQ_SET_MAXLEN(_ifcq, _len) ((_ifcq)->ifcq_maxlen = (_len))

Completed in 15 milliseconds