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

/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c128 * XXX M_TRAILINGSPACE/M_LEADINGSPACE on shared cluster (sharedcluster)
162 mlen = (prev == m) ? prevmlen : m->m_len + M_TRAILINGSPACE(m);
190 mlen = (prev == m) ? prevmlen : m->m_len + M_TRAILINGSPACE(m);
304 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen
H A Duipc_mbuf.c5448 tspace = M_TRAILINGSPACE(m);
5473 n->m_len = MIN(M_TRAILINGSPACE(n), off + len);
5831 space = M_TRAILINGSPACE(m);
H A Duipc_socket2.c1654 m->m_len <= M_TRAILINGSPACE(n) &&
/xnu-2782.1.97/bsd/netinet6/
H A Desp_rijndael.c262 d->m_len = M_TRAILINGSPACE(d);
457 d->m_len = M_TRAILINGSPACE(d);
H A Dipcomp_core.c205 n->m_len = M_TRAILINGSPACE(n); \
H A Desp_output.c608 if (!(n->m_flags & M_EXT) && extendsiz < M_TRAILINGSPACE(n)) {
755 if (!(n->m_flags & M_EXT) && siz < M_TRAILINGSPACE(n)) { /* XXX */
H A Desp_core.c698 d->m_len = (M_TRAILINGSPACE(d) / blocklen) * blocklen;
931 d->m_len = (M_TRAILINGSPACE(d) / blocklen) * blocklen;
H A Dicmp6.c1523 lenlim = M_TRAILINGSPACE(n);
1591 ep = mtod(m, char *) + M_TRAILINGSPACE(m);
2643 maxlen = M_TRAILINGSPACE(m);
2811 if (8 - extra <= M_TRAILINGSPACE(m0)) {
H A Dip6_output.c1872 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1960 M_TRAILINGSPACE(mlast) >= sizeof (struct ip6_frag)) {
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h716 #define M_TRAILINGSPACE(m) m_trailingspace(m) macro
/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_usrreq.c1203 len = imin(M_TRAILINGSPACE(mb), tot - progress);
/xnu-2782.1.97/bsd/netkey/
H A Dkey.c3057 if (sizeof(struct sadb_msg) > m->m_len + M_TRAILINGSPACE(m)) {
8783 sizeof(struct sadb_msg) > m->m_len + M_TRAILINGSPACE(m)) {
9638 n->m_len = M_TRAILINGSPACE(n);

Completed in 85 milliseconds