Searched refs:M_TRAILINGSPACE (Results 1 – 22 of 22) sorted by relevance
265 wspace = M_TRAILINGSPACE(m);326 state->strm.avail_out = wspace = M_TRAILINGSPACE(m);528 ospace = M_TRAILINGSPACE(mo);604 state->strm.avail_out = ospace = M_TRAILINGSPACE(mo);
504 cp_end = wptr + M_TRAILINGSPACE(m); \547 cp_end = wptr + M_TRAILINGSPACE(m);883 space = M_TRAILINGSPACE(dmp) - PPP_HDRLEN + 1;995 space = M_TRAILINGSPACE(m) - (codelen + extra);
380 len = M_TRAILINGSPACE(m);1022 if (M_TRAILINGSPACE(m) <= 0) {
1402 if (M_TRAILINGSPACE(mp) < hlen + PPP_HDRLEN) {1424 if (m->m_len <= M_TRAILINGSPACE(mp)) {
80 { if ((s) > M_TRAILINGSPACE(mb)) { \109 if (t2 <= M_TRAILINGSPACE(mb)) { \355 if (t2 <= M_TRAILINGSPACE(mb)) { \
656 if (M_TRAILINGSPACE(mb) == 0) {665 i = min(siz, M_TRAILINGSPACE(mb));689 if (M_TRAILINGSPACE(mb) == 0) {698 i = min(siz, M_TRAILINGSPACE(mb));831 mlen = M_TRAILINGSPACE(mp);839 mlen = M_TRAILINGSPACE(mp);864 if (rem > M_TRAILINGSPACE(mp)) {990 left = M_TRAILINGSPACE(m2);
602 siz = min(M_TRAILINGSPACE(m), left);624 siz = min(M_TRAILINGSPACE(m), left);2527 be = bp + M_TRAILINGSPACE(mp);2792 be = bp + M_TRAILINGSPACE(mp);
171 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen && in m_pulldown()
793 m->m_len <= M_TRAILINGSPACE(n) && in sbcompress()
737 if (neededspace > M_TRAILINGSPACE(control)) { in unp_internalize()
337 n->m_len = M_TRAILINGSPACE(n);
833 amount = M_TRAILINGSPACE(m);849 amount = M_TRAILINGSPACE(m);
1600 M_LEADINGSPACE(m), M_TRAILINGSPACE(lastm));1627 M_TRAILINGSPACE(lastm) >= toadd) {2113 if (cnt && M_TRAILINGSPACE(tmp) >= cnt)
721 maxhlen = M_TRAILINGSPACE(n) - maxlen;1438 lenlim = M_TRAILINGSPACE(n);1507 ep = mtod(m, char *) + M_TRAILINGSPACE(m);2447 maxlen = M_TRAILINGSPACE(m);
1084 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {1174 M_TRAILINGSPACE(mlast) >= sizeof(struct ip6_frag)) {
1144 if (elen >= M_TRAILINGSPACE(n)) {
115 mbuf.9 M_TRAILINGSPACE.9 mbuf.9 MCHTYPE.9
483 #define M_TRAILINGSPACE(m) \ macro
763 if (len <= M_TRAILINGSPACE(m)) {
774 if (M_TRAILINGSPACE(m) >= 1)
6868 ./man9/M_TRAILINGSPACE.htm
7558 ./usr/share/man/cat9/M_TRAILINGSPACE.0