Searched refs:m_length2 (Results 1 – 8 of 8) sorted by relevance
208 if ((mlen = m_length2(m, NULL)) < sizeof(*ip6)) { in inet6_cksum()
841 if ((mlen = m_length2(m, NULL)) < hlen) { in esp4_input_extended()
239 if ((mlen = m_length2(m, NULL)) < sizeof(*ip)) { in inet_cksum()
1182 if ((int)m_length2(m, NULL) < real_len) { in mptcp_input_csum()
1258 if ((mlen = m_length2(m, NULL)) < (off + len)) { in m_sum16()
4311 len = m_length2(m0, NULL); in m_fixhdr()4317 m_length2(struct mbuf *m0, struct mbuf **last) in m_length2() function
1689 __private_extern__ unsigned int m_length2(struct mbuf *, struct mbuf **);
1258 m_pktlen(m) = m_length2(m, NULL); in nx_netif_rx_split()