Searched refs:M_SIZE (Results 1 – 12 of 12) 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()
285 #define SCTP_BUF_SIZE M_SIZE
63 #define ELF_M_SIZE __ELFN(M_SIZE)
1191 #define M_SIZE(m) \ macro1216 adjust = M_SIZE(m) - len; in m_align()1247 #define M_TRAILINGROOM(m) ((M_START(m) + M_SIZE(m)) - ((m)->m_data + (m)->m_len))
716 mtodo = min(todo, M_SIZE(m) - m->m_len); in icl_cxgbei_conn_pdu_append_bio()720 if (m->m_len == M_SIZE(m)) in icl_cxgbei_conn_pdu_append_bio()794 m->m_len = min(len, M_SIZE(m)); in icl_cxgbei_conn_pdu_append_data()
1202 mtodo = min(todo, M_SIZE(m) - m->m_len); in icl_soft_conn_pdu_append_bio()1206 if (m->m_len == M_SIZE(m)) in icl_soft_conn_pdu_append_bio()
121 m->m_len = M_SIZE(m); in sdp_post_recv()
125 m->m_len = M_SIZE(m) - align; in ipoib_alloc_map_mb()
346 b = a + M_SIZE(m); in m_sanity()517 if (len < M_SIZE(m)) in m_prepend()
1510 progress += M_SIZE(mb); in mc_get()
1083 if (len + IPSEC_TRAILINGSPACE < M_SIZE(n)) in ipsec_prepend()
495 n->m_len = M_SIZE(n); in m_getml()