Searched refs:M_LEADINGSPACE (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/sys/netipsec/ |
| H A D | ipsec_mbuf.c | 78 hlen + max_linkhdr < M_LEADINGSPACE(m)) { in m_makespace()
|
| H A D | ipsec_output.c | 846 if (M_LEADINGSPACE(m) >= len) { in ipsec_prepend()
|
| /freebsd-13.1/sys/kern/ |
| H A D | uipc_mbuf2.c | 218 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen in m_pulldown()
|
| /freebsd-13.1/sys/sys/ |
| H A D | mbuf.h | 1201 #define M_LEADINGSPACE(m) \ macro 1230 if (M_LEADINGSPACE(_mm) >= _mplen) { \
|
| /freebsd-13.1/sys/net80211/ |
| H A D | ieee80211_output.c | 1130 KASSERT(M_LEADINGSPACE(m) >= hdrlen, in ieee80211_send_nulldata() 1131 ("leading space %zd", M_LEADINGSPACE(m))); in ieee80211_send_nulldata() 1379 if (M_LEADINGSPACE(m) < needed_space - TO_BE_RECLAIMED) { in ieee80211_mbuf_adjust() 2602 KASSERT(M_LEADINGSPACE(m) >= sizeof(struct ieee80211_frame), in ieee80211_send_probereq() 2603 ("leading space %zd", M_LEADINGSPACE(m))); in ieee80211_send_probereq()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | ip_options.c | 521 if (!M_WRITABLE(m) || M_LEADINGSPACE(m) < optlen) { in ip_insertoptions()
|
| H A D | ip_icmp.c | 375 KASSERT(M_LEADINGSPACE(m) >= sizeof(struct ip), in icmp_error()
|
| H A D | sctp_output.c | 7459 if (M_LEADINGSPACE(chk->data) < leading) { in sctp_move_to_outqueue()
|
| /freebsd-13.1/sys/dev/malo/ |
| H A D | if_malo.c | 1114 if (M_LEADINGSPACE(m0) < space) { in malo_tx_start() 1119 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len); in malo_tx_start()
|
| /freebsd-13.1/sys/netinet6/ |
| H A D | ip6_mroute.c | 1652 i = MHLEN - M_LEADINGSPACE(mm); in register_send()
|
| /freebsd-13.1/sys/kgssapi/krb5/ |
| H A D | krb5_mech.c | 1298 if (M_LEADINGSPACE(m) >= 8) { in krb5_wrap_old()
|
| /freebsd-13.1/sys/dev/mwl/ |
| H A D | if_mwl.c | 3164 if (M_LEADINGSPACE(m0) < space) { in mwl_tx_start() 3169 space, M_LEADINGSPACE(m0), m0->m_flags, m0->m_len); in mwl_tx_start()
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 1458 mbuf.9 M_LEADINGSPACE.9 \
|
| /freebsd-13.1/sys/dev/wpi/ |
| H A D | if_wpi.c | 2087 KASSERT(M_LEADINGSPACE(m) >= data->hdrlen, ("no frame header!")); in wpi_tx_done()
|