Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dah_output.c250 if (M_LEADINGSPACE(m->m_next) < ahlen) { in ah4_output()
H A Desp_output.c515 if (M_LEADINGSPACE(md) < esphlen || (md->m_flags & M_EXT) != 0) { in esp_output()
H A Dipsec.c2319 if (M_LEADINGSPACE(m->m_next) < hlen) { in ipsec4_encapsulate()
2409 if (M_LEADINGSPACE(m->m_next) < sizeof(struct ip6_hdr)) { in ipsec6_encapsulate()
2486 if (M_LEADINGSPACE(m->m_next) < sizeof(struct ip6_hdr)) { in ipsec64_encapsulate()
2747 if (M_LEADINGSPACE(m->m_next) < hlen) { in ipsec46_encapsulate()
2771 if (M_LEADINGSPACE(m) < sizeof(struct ip6_hdr) - hlen) { in ipsec46_encapsulate()
/xnu-8796.141.3/bsd/kern/
H A Duipc_mbuf2.c279 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen && in m_pulldown()
H A Duipc_socket.c2490 M_LEADINGSPACE(m); in sosend()
2492 mlen = MHLEN - M_LEADINGSPACE(m); in sosend()
2495 mlen = MLEN - M_LEADINGSPACE(m); in sosend()
2890 M_LEADINGSPACE(m); in sosend_list()
2893 MHLEN - M_LEADINGSPACE(m); in sosend_list()
2895 mlen = MLEN - M_LEADINGSPACE(m); in sosend_list()
H A Dkpi_mbuf.c415 return M_LEADINGSPACE(mbuf); in mbuf_leadingspace()
H A Duipc_mbuf.c5083 if (M_LEADINGSPACE(m) >= len &&
/xnu-8796.141.3/bsd/sys/
H A Dmbuf.h896 #define M_LEADINGSPACE(m) \ macro
/xnu-8796.141.3/bsd/net/
H A Ddlil.c6206 if (M_LEADINGSPACE(m) < ETHER_HDR_LEN) { in dlil_input_packet_list_common()