Searched refs:M_SIZE (Results 1 – 10 of 10) sorted by relevance
193 if (bytes_to_copy > M_SIZE(n)) in tcp_pcap_copy_bestfit()194 bytes_to_copy = M_SIZE(n); in tcp_pcap_copy_bestfit()224 if (bytes_to_copy > M_SIZE(n)) { in tcp_pcap_copy_bestfit()225 skip = bytes_to_copy - M_SIZE(n); in tcp_pcap_copy_bestfit()226 bytes_to_copy = M_SIZE(n); in tcp_pcap_copy_bestfit()249 if ((bytes_to_copy + trailing_data) > M_SIZE(n)) in tcp_pcap_copy_bestfit()250 bytes_to_copy = M_SIZE(n); in tcp_pcap_copy_bestfit()369 else if (((m->m_data + m->m_len) - M_START(m)) <= M_SIZE(n)) { in tcp_pcap_add()
301 #define SCTP_BUF_SIZE M_SIZE
65 #define ELF_M_SIZE __ELFN(M_SIZE)
844 #define M_SIZE(m) \ macro869 adjust = M_SIZE(m) - len; in m_align()903 ((M_START(m) + M_SIZE(m)) - ((m)->m_data + (m)->m_len)) : 0)
238 len -= M_SIZE(mb); in m_getm2()484 b = a + M_SIZE(m); in m_sanity()624 if (len < M_SIZE(m)) in m_prepend()
119 m->m_len = M_SIZE(m); in sdp_post_recv()
120 m->m_len = M_SIZE(m); in ipoib_alloc_map_mb()
452 return ((void *)(M_START(m) + M_SIZE(m) - len)); in mbuf_to_synq_entry()
581 mp->m_len = M_SIZE(mp); in nfsvno_readlink()
1047 #define M_SIZE 0xfffffffU macro1049 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)