Searched refs:M_LEADINGSPACE (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_output.c278 if (M_LEADINGSPACE(md) < complen) {
H A Dah_output.c251 if (M_LEADINGSPACE(m->m_next) < ahlen) {
H A Desp_output.c447 if (M_LEADINGSPACE(md) < esphlen || (md->m_flags & M_EXT) != 0) {
H A Dipsec.c2294 if (M_LEADINGSPACE(m->m_next) < hlen) {
2478 if (M_LEADINGSPACE(m->m_next) < sizeof(struct ip6_hdr)) {
2558 if (M_LEADINGSPACE(m->m_next) < sizeof(struct ip6_hdr)) {
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c128 * XXX M_TRAILINGSPACE/M_LEADINGSPACE on shared cluster (sharedcluster)
311 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
H A Duipc_mbuf.c4514 if (M_LEADINGSPACE(m) >= len) {
/xnu-2782.1.97/bsd/sys/
H A Dmbuf.h709 #define M_LEADINGSPACE(m) m_leadingspace(m) macro

Completed in 48 milliseconds