Searched refs:MINCLSIZE (Results 1 - 21 of 21) sorted by path

/freebsd-11-stable/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c347 magic_ping_test("bpfiltermchain", MINCLSIZE + 1);
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751.c1893 if (totlen >= MINCLSIZE) {
1915 if (totlen >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/ie/
H A Dif_ie.c732 if (resid >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/le/
H A Dlance.c401 if (totlen >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/my/
H A Dif_my.c1131 if (total_len < MINCLSIZE) {
/freebsd-11-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c384 if ((len + ETHER_ALIGN) >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c1331 if (totlen >= MINCLSIZE) {
1357 if (top && totlen >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c1131 if (datalen >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1010 const size_t size = MINCLSIZE - 1;
1027 const size_t size = MINCLSIZE - 1;
1048 const size_t size = MINCLSIZE;
1127 const size_t size = MINCLSIZE - 1;
1288 const size_t size = MINCLSIZE - 1;
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c246 if (len >= MINCLSIZE)
265 if (len >= MINCLSIZE)
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c76 #define RX_COPY_THRESHOLD (MINCLSIZE - 8)
78 #define RX_COPY_THRESHOLD MINCLSIZE
/freebsd-11-stable/sys/dev/ep/
H A Dif_ep.c759 if (rx_fifo >= MINCLSIZE)
787 if (rx_fifo >= MINCLSIZE)
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c749 if (pkt_len >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c1366 if (totlen >= MINCLSIZE) {
1393 if (totlen >= MINCLSIZE) {
/freebsd-11-stable/sys/dev/vx/
H A Dif_vx.c852 * MLEN < m_len < MINCLSIZE.
869 if (totlen >= MINCLSIZE) {
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonport.c180 if (space >= MINCLSIZE) {
/freebsd-11-stable/sys/kern/
H A Dkern_mbuf.c864 else if (len >= MINCLSIZE)
H A Duipc_mbuf.c622 if (remain >= MINCLSIZE) {
986 if (totlen + off >= MINCLSIZE) {
1004 if (totlen + off >= MINCLSIZE) {
H A Duipc_mbuf2.c279 if (len >= MINCLSIZE) {
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c440 if (len < MINCLSIZE) {
475 if (space < MINCLSIZE)
/freebsd-11-stable/sys/sys/
H A Dmbuf.h78 * internal data area; this is done when at least MINCLSIZE of data must be
89 * MINCLSIZE is a smallest amount of data that should be put into cluster.
99 #define MINCLSIZE (MHLEN + 1) macro

Completed in 308 milliseconds