Symbol: MINCLSIZE
sys/arch/acorn32/podulebus/if_ie.c
1122
if (totlen >= MINCLSIZE) {
sys/arch/amiga/dev/if_es.c
683
if (pktlen >= MINCLSIZE) {
sys/arch/amiga/dev/if_qn.c
566
if (len1 >= MINCLSIZE)
sys/arch/mac68k/dev/if_mc.c
628
if (totlen >= MINCLSIZE) {
sys/arch/mac68k/nubus/if_netdock_nubus.c
792
if (datalen >= MINCLSIZE) {
sys/arch/macppc/dev/am79c950.c
622
if (totlen >= MINCLSIZE) {
sys/arch/macppc/dev/if_bm.c
657
if (totlen >= MINCLSIZE) {
sys/arch/macppc/dev/if_gm.c
425
if (totlen >= MINCLSIZE) {
sys/arch/newsmips/apbus/if_sn.c
1084
if (datalen >= MINCLSIZE) {
sys/arch/sun2/dev/if_ec.c
500
if (total_length >= MINCLSIZE) {
sys/arch/sun3/dev/if_ie.c
801
if (totlen >= MINCLSIZE) {
sys/dev/bluetooth/btuart.c
381
if (sc->sc_want > MINCLSIZE) {
sys/dev/ic/awi.c
1186
if (len >= MINCLSIZE) {
sys/dev/ic/dp8390.c
1029
if (total_len >= MINCLSIZE) {
sys/dev/ic/hme.c
713
if (totlen >= MINCLSIZE) {
sys/dev/ic/i82586.c
912
if (totlen >= MINCLSIZE) {
sys/dev/ic/lance.c
380
if (totlen >= MINCLSIZE) {
sys/dev/ic/mtd803.c
595
if (totlen >= MINCLSIZE) {
sys/dev/ic/seeq8005.c
1282
if (len >= MINCLSIZE) {
sys/dev/ic/smc90cx6.c
547
if (len+2 >= MINCLSIZE)
sys/dev/ic/smc90cx6.c
582
if (len1 >= MINCLSIZE)
sys/dev/isa/if_eg.c
749
if (totlen >= MINCLSIZE) {
sys/dev/isa/if_el.c
613
if (totlen >= MINCLSIZE) {
sys/dev/isa/if_iy.c
1018
if (rxlen >= MINCLSIZE) {
sys/dev/kttcp.c
275
if (resid >= MINCLSIZE && space >= MCLBYTES) {
sys/dev/ofw/ofnet.c
199
if (len >= MINCLSIZE) {
sys/dev/pci/hifn7751.c
1707
if (totlen >= MINCLSIZE) {
sys/dev/pci/hifn7751.c
1724
if (totlen >= MINCLSIZE) {
sys/dev/pci/if_et.c
2068
if (len0 >= MINCLSIZE) {
sys/dev/pci/ubsec.c
1520
if (totlen >= MINCLSIZE) {
sys/dev/pci/ubsec.c
1546
if (top && totlen >= MINCLSIZE) {
sys/dev/pcmcia/bt3c.c
330
if (sc->sc_want > MINCLSIZE) {
sys/dev/pcmcia/btbc.c
434
if (sc->sc_want > MINCLSIZE) {
sys/dev/pcmcia/if_cnw.c
774
if (totbytes >= MINCLSIZE) {
sys/dev/pcmcia/if_xi.c
433
if (pktlen >= MINCLSIZE) {
sys/dev/sbus/be.c
519
if (top && totlen >= MINCLSIZE) {
sys/dev/sbus/qe.c
349
if (top && totlen >= MINCLSIZE) {
sys/dev/scsipi/if_dse.c
726
if (totlen >= MINCLSIZE) {
sys/dev/scsipi/if_se.c
678
if (totlen >= MINCLSIZE) {
sys/fs/nfs/common/nfs_commonport.c
181
if (space >= MINCLSIZE) {
sys/kern/uipc_mbuf.c
1428
if (len >= MINCLSIZE) {
sys/kern/uipc_mbuf.c
1578
if (off + len >= MINCLSIZE &&
sys/kern/uipc_mbuf.c
1598
if (off + len >= MINCLSIZE) {
sys/kern/uipc_mbuf.c
1656
if (len >= MINCLSIZE)
sys/kern/uipc_socket.c
1026
if (resid >= MINCLSIZE && space >= MCLBYTES) {
sys/net80211/ieee80211_input.c
1015
if (pktlen - off >= MINCLSIZE) {
sys/nfs/nfs_subs.c
587
if (hsiz >= MINCLSIZE)
sys/nfs/nfs_subs.c
619
if ((authsiz + 10 * NFSX_UNSIGNED) >= MINCLSIZE) {
sys/nfs/nfs_subs.c
672
if (siz >= MINCLSIZE)
sys/nfs/nfs_subs.c
707
if (siz >= MINCLSIZE)
sys/nfs/nfs_subs.c
968
if (left >= MINCLSIZE) {
tests/net/bpfilter/t_bpfilter.c
347
magic_ping_test("bpfiltermchain", MINCLSIZE + 1);