Home
last modified time | relevance | path

Searched refs:m_length2 (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/bsd/netinet6/
H A Din6_cksum.c208 if ((mlen = m_length2(m, NULL)) < sizeof(*ip6)) { in inet6_cksum()
H A Desp_input.c841 if ((mlen = m_length2(m, NULL)) < hlen) { in esp4_input_extended()
/xnu-12377.41.6/bsd/netinet/
H A Din_cksum.c239 if ((mlen = m_length2(m, NULL)) < sizeof(*ip)) { in inet_cksum()
H A Dmptcp.c1182 if ((int)m_length2(m, NULL) < real_len) { in mptcp_input_csum()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf2.c1258 if ((mlen = m_length2(m, NULL)) < (off + len)) { in m_sum16()
H A Duipc_mbuf.c4311 len = m_length2(m0, NULL); in m_fixhdr()
4317 m_length2(struct mbuf *m0, struct mbuf **last) in m_length2() function
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h1689 __private_extern__ unsigned int m_length2(struct mbuf *, struct mbuf **);
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1258 m_pktlen(m) = m_length2(m, NULL); in nx_netif_rx_split()