Searched refs:M_SIZE (Results 1 – 13 of 13) 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()
292 #define SCTP_BUF_SIZE M_SIZE
63 #define ELF_M_SIZE __ELFN(M_SIZE)
127 allocated_size += M_SIZE(m); in test_mbuf_chain_allocation()
151 len -= M_SIZE(m); in nl_get_mbuf_chain()
1192 #define M_SIZE(m) \ macro1217 adjust = M_SIZE(m) - len; in m_align()1248 #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()
1203 mtodo = min(todo, M_SIZE(m) - m->m_len); in icl_soft_conn_pdu_append_bio()1207 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()
1018 if (len + IPSEC_TRAILINGSPACE < M_SIZE(n)) in ipsec_prepend()
348 b = a + M_SIZE(m); in m_sanity()519 if (len < M_SIZE(m)) in m_prepend()
1494 len -= M_SIZE(mb); in m_getm2()
125 m->m_len = M_SIZE(m) - align; in ipoib_alloc_map_mb()