Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet6/
H A Din6_cksum.c208 if ((mlen = m_length2(m, NULL)) < sizeof(*ip6)) { in inet6_cksum()
H A Desp_input.c838 if ((mlen = m_length2(m, NULL)) < hlen) { in esp4_input_extended()
/xnu-10002.81.5/bsd/netinet/
H A Din_cksum.c234 if ((mlen = m_length2(m, NULL)) < sizeof(*ip)) { in inet_cksum()
H A Dmptcp.c1171 if ((int)m_length2(m, NULL) < real_len) { in mptcp_input_csum()
/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf2.c1253 if ((mlen = m_length2(m, NULL)) < (off + len)) { in m_sum16()
H A Duipc_mbuf.c7654 len = m_length2(m0, NULL);
7660 m_length2(struct mbuf *m0, struct mbuf **last) function
/xnu-10002.81.5/bsd/sys/
H A Dmbuf.h1551 __private_extern__ unsigned int m_length2(struct mbuf *, struct mbuf **);
/xnu-10002.81.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1252 m_pktlen(m) = m_length2(m, NULL); in nx_netif_rx_split()