Searched refs:M_SIZE (Results 1 – 7 of 7) sorted by relevance
197 if (bytes_to_copy > M_SIZE(n)) in tcp_pcap_copy_bestfit()198 bytes_to_copy = M_SIZE(n); in tcp_pcap_copy_bestfit()228 if (bytes_to_copy > M_SIZE(n)) { in tcp_pcap_copy_bestfit()229 skip = bytes_to_copy - M_SIZE(n); in tcp_pcap_copy_bestfit()230 bytes_to_copy = M_SIZE(n); in tcp_pcap_copy_bestfit()253 if ((bytes_to_copy + trailing_data) > M_SIZE(n)) in tcp_pcap_copy_bestfit()254 bytes_to_copy = M_SIZE(n); in tcp_pcap_copy_bestfit()377 else if (((m->m_data + m->m_len) - M_START(m)) <= M_SIZE(n)) { in tcp_pcap_add()
296 #define SCTP_BUF_SIZE M_SIZE
889 #define M_SIZE(m) \ macro914 adjust = M_SIZE(m) - len; in m_align()948 ((M_START(m) + M_SIZE(m)) - ((m)->m_data + (m)->m_len)) : 0)
1121 #define M_SIZE(m) \ macro1146 adjust = M_SIZE(m) - len; in m_align()1180 ((M_START(m) + M_SIZE(m)) - ((m)->m_data + (m)->m_len)) : 0)
884 if (len + IPSEC_TRAILINGSPACE < M_SIZE(n)) in ipsec_prepend()
308 b = a + M_SIZE(m); in m_sanity()479 if (len < M_SIZE(m)) in m_prepend()
1463 len -= M_SIZE(mb); in m_getm2()