Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_pcap.c193 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()
HDsctp_os_bsd.h301 #define SCTP_BUF_SIZE M_SIZE
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDelf.h65 #define ELF_M_SIZE __ELFN(M_SIZE)
/NextBSD/sys/sys/
HDmbuf.h844 #define M_SIZE(m) \ macro
869 adjust = M_SIZE(m) - len; in m_align()
903 ((M_START(m) + M_SIZE(m)) - ((m)->m_data + (m)->m_len)) : 0)
/NextBSD/sys/kern/
HDuipc_mbuf.c238 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()
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_rx.c119 m->m_len = M_SIZE(m); in sdp_post_recv()
/NextBSD/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_ib.c120 m->m_len = M_SIZE(m); in ipoib_alloc_map_mb()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_listen.c452 return ((void *)(M_START(m) + M_SIZE(m) - len)); in mbuf_to_synq_entry()
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdport.c581 mp->m_len = M_SIZE(mp); in nfsvno_readlink()
/NextBSD/contrib/ofed/libcxgb4/src/
HDt4_regs.h1047 #define M_SIZE 0xfffffffU macro
1049 #define G_SIZE(x) (((x) >> S_SIZE) & M_SIZE)