Home
last modified time | relevance | path

Searched refs:M_LEADINGSPACE (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec_mbuf.c78 hlen + max_linkhdr < M_LEADINGSPACE(m)) { in m_makespace()
H A Dipsec_output.c870 if (M_LEADINGSPACE(m) >= len) { in ipsec_prepend()
/f-stack/freebsd/kern/
H A Duipc_mbuf2.c218 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen in m_pulldown()
/f-stack/tools/compat/include/sys/
H A Dmbuf.h933 #define M_LEADINGSPACE(m) \ macro
962 if (M_LEADINGSPACE(_mm) >= _mplen) { \
/f-stack/freebsd/sys/
H A Dmbuf.h1165 #define M_LEADINGSPACE(m) \ macro
1194 if (M_LEADINGSPACE(_mm) >= _mplen) { \
/f-stack/freebsd/net80211/
H A Dieee80211_output.c1124 KASSERT(M_LEADINGSPACE(m) >= hdrlen, in ieee80211_send_nulldata()
1125 ("leading space %zd", M_LEADINGSPACE(m))); in ieee80211_send_nulldata()
1373 if (M_LEADINGSPACE(m) < needed_space - TO_BE_RECLAIMED) { in ieee80211_mbuf_adjust()
2536 KASSERT(M_LEADINGSPACE(m) >= sizeof(struct ieee80211_frame), in ieee80211_send_probereq()
2537 ("leading space %zd", M_LEADINGSPACE(m))); in ieee80211_send_probereq()
/f-stack/freebsd/netinet/
H A Dip_options.c521 if (!M_WRITABLE(m) || M_LEADINGSPACE(m) < optlen) { in ip_insertoptions()
H A Dip_icmp.c375 KASSERT(M_LEADINGSPACE(m) >= sizeof(struct ip), in icmp_error()
H A Dsctp_output.c7434 if (M_LEADINGSPACE(chk->data) < leading) { in sctp_move_to_outqueue()
/f-stack/freebsd/netinet6/
H A Dip6_mroute.c1653 i = MHLEN - M_LEADINGSPACE(mm); in register_send()