Searched refs:MSIZE (Results 1 - 25 of 29) sorted by relevance

12

/netbsd-current/sys/arch/powerpc/include/
H A Dparam.h96 #ifndef MSIZE
98 #define MSIZE 512 /* size of an mbuf */ macro
100 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/playstation2/include/
H A Dparam.h86 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/emips/include/
H A Dparam.h60 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dparam.h81 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/or1k/include/
H A Dparam.h71 #define MSIZE 512 /* size of an mbuf */ macro
/netbsd-current/sys/arch/mips/include/
H A Dmips_param.h179 #ifndef MSIZE
181 #define MSIZE 512 /* size of an mbuf */ macro
183 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/vax/include/
H A Dparam.h87 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dparam.h84 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dparam.h95 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dparam.h77 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/riscv/include/
H A Dparam.h86 #define MSIZE 512 /* size of an mbuf */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dparam.h93 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/aarch64/include/
H A Dparam.h123 #define MSIZE 256 /* size of an mbuf */ macro
125 #define MSIZE 512 /* size of an mbuf */ macro
/netbsd-current/sys/arch/i386/include/
H A Dparam.h119 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/arm/include/
H A Dparam.h167 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dparam.h97 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dparam.h91 #define MSIZE 512 /* size of an mbuf */ macro
/netbsd-current/sys/arch/sparc64/include/
H A Dparam.h190 #define MSIZE 256 /* size of an mbuf */ macro
/netbsd-current/sys/conf/
H A Dparam.c152 const int msize = MSIZE;
/netbsd-current/sys/sys/
H A Dsocketvar.h482 sb->sb_mbcnt += MSIZE;
495 sb->sb_mbcnt -= MSIZE;
H A Dmbuf.h94 * Mbufs are of a single size, MSIZE (machine/param.h), which
323 #define MLEN ((int)(MSIZE - offsetof(struct _mbuf_dummy, m_dat)))
325 #define MHLEN ((int)(MSIZE - offsetof(struct _mbuf_dummy, m_pktdat)))
/netbsd-current/usr.bin/netstat/
H A Dmbuf.c128 msize = MSIZE;
/netbsd-current/sys/arch/next68k/dev/
H A Dif_xe.c184 (MCLBYTES/MSIZE), MCLBYTES, 0, BUS_DMA_ALLOCNOW,
193 (MCLBYTES/MSIZE), MCLBYTES, 0, BUS_DMA_ALLOCNOW,
/netbsd-current/sys/kern/
H A Dsubr_tftproot.c245 if (packetlen > MSIZE) {
H A Duipc_socket2.c653 sb_max_adj = (u_quad_t)new_sbmax * MCLBYTES / (MSIZE + MCLBYTES);
916 mbcnt += MSIZE;

Completed in 147 milliseconds

12