Home
last modified time | relevance | path

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

/xnu-8020.140.41/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()
2746 if (M_LEADINGSPACE(m->m_next) < hlen) { in ipsec46_encapsulate()
2770 if (M_LEADINGSPACE(m) < sizeof(struct ip6_hdr) - hlen) { in ipsec46_encapsulate()
/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf2.c279 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen && in m_pulldown()
H A Duipc_socket.c2470 M_LEADINGSPACE(m); in sosend()
2472 mlen = MHLEN - M_LEADINGSPACE(m); in sosend()
2475 mlen = MLEN - M_LEADINGSPACE(m); in sosend()
2855 M_LEADINGSPACE(m); in sosend_list()
2858 MHLEN - M_LEADINGSPACE(m); in sosend_list()
2860 mlen = MLEN - M_LEADINGSPACE(m); in sosend_list()
H A Dkpi_mbuf.c415 return M_LEADINGSPACE(mbuf); in mbuf_leadingspace()
H A Duipc_mbuf.c5055 if (M_LEADINGSPACE(m) >= len &&
/xnu-8020.140.41/bsd/sys/
H A Dmbuf.h894 #define M_LEADINGSPACE(m) \ macro
/xnu-8020.140.41/bsd/net/
H A Ddlil.c5981 if (M_LEADINGSPACE(m) < ETHER_HDR_LEN) { in dlil_input_packet_list_common()