Home
last modified time | relevance | path

Searched refs:M_SIZE (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_pcap.c197 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()
H A Dsctp_os_bsd.h285 #define SCTP_BUF_SIZE M_SIZE
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Delf.h63 #define ELF_M_SIZE __ELFN(M_SIZE)
/freebsd/sys/sys/
H A Dmbuf.h1191 #define M_SIZE(m) \ macro
1216 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))
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c716 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()
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c1202 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()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c121 m->m_len = M_SIZE(m); in sdp_post_recv()
/freebsd/sys/netipsec/
H A Dipsec_output.c1018 if (len + IPSEC_TRAILINGSPACE < M_SIZE(n)) in ipsec_prepend()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c125 m->m_len = M_SIZE(m) - align; in ipoib_alloc_map_mb()
/freebsd/sys/kern/
H A Duipc_mbuf.c346 b = a + M_SIZE(m); in m_sanity()
517 if (len < M_SIZE(m)) in m_prepend()
H A Dkern_mbuf.c1496 progress += M_SIZE(mb); in mc_get()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c478 n->m_len = M_SIZE(n); in m_getml()