Lines Matching defs:havebuf
894 struct mbuf *havebuf = NULL;910 havebuf = m1;928 if (havebuf && M_TRAILINGSPACE(havebuf) >= siz &&929 nfsm_aligned(mtod(havebuf, char *) + havebuf->m_len)) {936 *mdp = m1 = havebuf;938 } else if (havebuf) {952 if (havebuf) {953 havebuf->m_next = m1;
Indexes created Wed Oct 15 14:09:57 GMT 2025