Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_mbuf2.c281 if (len >= MINCLSIZE) { in m_dup1()
H A Duipc_mbuf.c693 if (remain >= MINCLSIZE) { in m_dup()
1071 if (totlen + off >= MINCLSIZE) { in m_devget()
1089 if (totlen + off >= MINCLSIZE) { in m_devget()
H A Dkern_mbuf.c1445 if (len >= MINCLSIZE) in m_getm2()
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.c489 if (len < MINCLSIZE) { in ieee80211_getmgtframe()
524 if (space < MINCLSIZE) in ieee80211_realign()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h98 #define MINCLSIZE (MHLEN + 1) macro
/f-stack/freebsd/sys/
H A Dmbuf.h102 #define MINCLSIZE (MHLEN + 1) macro