Searched refs:MLEN (Results 1 - 25 of 43) sorted by path

12

/freebsd-11-stable/sys/dev/en/
H A Dmidway.c850 if (m->m_len > MLEN)
2931 bzero(sc->padbuf->m_data, MLEN);
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c1781 if (m->m_len > MLEN)
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751.c1885 len = MLEN;
1914 len = MLEN;
/freebsd-11-stable/sys/dev/ie/
H A Dif_ie.c730 m->m_len = MLEN;
/freebsd-11-stable/sys/dev/le/
H A Dlance.c423 len = MLEN;
/freebsd-11-stable/sys/dev/safe/
H A Dsafe.c1323 len = MLEN;
1355 len = MLEN;
/freebsd-11-stable/sys/dev/snc/
H A Ddp83932.c1129 len = MLEN;
/freebsd-11-stable/sys/fs/nfs/
H A Dnfsm_subs.h67 if (siz > MLEN)
68 panic("build > MLEN");
/freebsd-11-stable/sys/kern/
H A Dsubr_mchain.c106 * Note: size should be <= MLEN
114 if (size > MLEN)
H A Duipc_sockbuf.c789 if (asa->sa_len > MLEN)
1280 if (CMSG_SPACE((u_int)size) > MLEN)
/freebsd-11-stable/sys/kgssapi/
H A Dgss_get_mic.c58 if (message_buffer->length > MLEN)
H A Dgss_unwrap.c59 if (input_message_buffer->length > MLEN)
H A Dgss_verify_mic.c58 if (message_buffer->length > MLEN)
63 if (token_buffer->length > MLEN)
H A Dgss_wrap.c60 if (input_message_buffer->length > MLEN)
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkrb5_mech.c575 KASSERT(tlen <= MLEN, ("token head too large"));
958 KASSERT(16 + cklen <= MLEN, ("checksum too large for an mbuf"));
/freebsd-11-stable/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c973 if (n > MLEN) {
/freebsd-11-stable/sys/netgraph/atm/
H A Dngatmbase.c174 if (n > MLEN) {
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c228 MLEN + NG_H4_HIWATER, MLEN + NG_H4_HIWATER);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c3561 mlen = MLEN;
/freebsd-11-stable/sys/netinet/
H A Dip_options.c630 if (m->m_data + m->m_len + sizeof(struct in_addr) >= &m->m_dat[MLEN])
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pflog.c79 #define PFLOGMTU (32768 + MHLEN + MLEN)
/freebsd-11-stable/sys/rpc/
H A Drpcm_subs.h84 if ((s) > MLEN) \
85 panic("build > MLEN"); \
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c377 if (sizeof(*tcp2) + hlen > MLEN) {
1247 if (len > MLEN)
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c781 m->m_len = MLEN;
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c1375 len = MLEN;
1399 len = MLEN;

Completed in 299 milliseconds

12