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

/freebsd-9.3-release/sys/kern/
H A Duipc_mbuf2.c92 * XXX: M_TRAILINGSPACE/M_LEADINGSPACE only permitted on writable ext_buf.
218 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
H A Duipc_mbuf.c666 if (prep && M_LEADINGSPACE(mm) >= len) {
684 if (prep && !(mm->m_flags & M_EXT) && len > M_LEADINGSPACE(mm)) {
701 if (prep && len > M_LEADINGSPACE(mm)) {
702 if (!(z = m_getm(NULL, len - M_LEADINGSPACE(mm), how, MT_DATA)))
/freebsd-9.3-release/sys/sys/
H A Dmbuf.h805 #define M_LEADINGSPACE(m) \ macro
835 if (M_LEADINGSPACE(_mm) >= _mplen) { \
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_output.c716 KASSERT(M_LEADINGSPACE(m) >= hdrlen,
717 ("leading space %zd", M_LEADINGSPACE(m)));
925 if (M_LEADINGSPACE(m) < needed_space - TO_BE_RECLAIMED) {
1815 KASSERT(M_LEADINGSPACE(m) >= sizeof(struct ieee80211_frame),
1816 ("leading space %zd", M_LEADINGSPACE(m)));
/freebsd-9.3-release/sys/netipsec/
H A Dipsec_output.c720 if (M_LEADINGSPACE(m->m_next) < sizeof(struct ip6_hdr)) {
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malo.c1176 if (M_LEADINGSPACE(m0) < space) {
1181 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len);
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_tx.c432 space = M_LEADINGSPACE(last);
/freebsd-9.3-release/share/man/man9/
H A DMakefile885 mbuf.9 M_LEADINGSPACE.9 \
/freebsd-9.3-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c1296 if (M_LEADINGSPACE(m) >= 8) {
/freebsd-9.3-release/sys/netinet6/
H A Dip6_mroute.c1639 i = MHLEN - M_LEADINGSPACE(mm);
/freebsd-9.3-release/sys/dev/en/
H A Dmidway.c1013 vci, m->m_pkthdr.len, datalen, (int)M_LEADINGSPACE(m),
1047 if (M_WRITABLE(m) && M_LEADINGSPACE(m) >= MID_TBD_SIZE) {
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c3275 if (M_LEADINGSPACE(m0) < space) {
3280 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len);
/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c7452 if (M_LEADINGSPACE(chk->data) < (int)sizeof(struct sctp_data_chunk)) {

Completed in 327 milliseconds