Searched refs:M_MAXLEN (Results 1 – 2 of 2) sorted by relevance
99 #define M_MAXLEN (4352 - sizeof(struct mbuf)) /* > HDLCSIZE */ macro
63 } *bucket[(M_MAXLEN + sizeof(struct mbuf)) / BUCKET_HASH];115 if (m_len > M_MAXLEN || m_len == 0) { in m_get()