Home
last modified time | relevance | path

Searched refs:MINCLSIZE (Results 1 – 24 of 24) sorted by relevance

/openbsd/sys/net80211/
H A Dieee80211_crypto_wep.c99 if (n0->m_pkthdr.len >= MINCLSIZE - IEEE80211_WEP_CRCLEN) { in ieee80211_wep_encrypt()
150 if (left >= MINCLSIZE - IEEE80211_WEP_CRCLEN) { in ieee80211_wep_encrypt()
233 if (n0->m_pkthdr.len >= MINCLSIZE) { in ieee80211_wep_decrypt()
266 if (left >= MINCLSIZE) { in ieee80211_wep_decrypt()
H A Dieee80211_crypto_ccmp.c186 if (n0->m_pkthdr.len >= MINCLSIZE - IEEE80211_CCMP_MICLEN) { in ieee80211_ccmp_encrypt()
242 if (left >= MINCLSIZE - IEEE80211_CCMP_MICLEN) { in ieee80211_ccmp_encrypt()
388 if (n0->m_pkthdr.len >= MINCLSIZE) { in ieee80211_ccmp_decrypt()
431 if (left >= MINCLSIZE) { in ieee80211_ccmp_decrypt()
H A Dieee80211_crypto_tkip.c203 if (n0->m_pkthdr.len >= MINCLSIZE - IEEE80211_TKIP_TAILLEN) { in ieee80211_tkip_encrypt()
259 if (left >= MINCLSIZE - IEEE80211_TKIP_TAILLEN) { in ieee80211_tkip_encrypt()
398 if (n0->m_pkthdr.len >= MINCLSIZE) { in ieee80211_tkip_decrypt()
440 if (left >= MINCLSIZE) { in ieee80211_tkip_decrypt()
/openbsd/sys/dev/isa/
H A Dif_el.c530 if (totlen >= MINCLSIZE) { in elget()
H A Dif_eg.c700 if (totlen >= MINCLSIZE) { in egget()
H A Dif_ef_isapnp.c723 if (top && totlen >= MINCLSIZE) { in efget()
H A Dif_ex.c665 if (pkt_len >= MINCLSIZE) { in ex_rx_intr()
H A Dif_ie.c1181 if (totlen >= MINCLSIZE) { in ieget()
/openbsd/sys/sys/
H A Dmbuf.h60 #define MINCLSIZE (MHLEN + MLEN + 1) /* smallest amount to put in cluster */ macro
/openbsd/sys/dev/ic/
H A Dlance.c382 if (totlen >= MINCLSIZE) { in lance_get()
H A Ddp8390.c929 if (total_len >= MINCLSIZE) { in dp8390_get()
H A Di82596.c989 if (totlen >= MINCLSIZE) { in i82596_get()
/openbsd/sys/kern/
H A Dsysv_msg.c594 if (len >= MINCLSIZE) { in msg_copyin()
H A Duipc_mbuf.c1249 if (totlen + off >= MINCLSIZE) { in m_devget()
H A Duipc_socket.c807 if (resid >= MINCLSIZE) { in m_getuio()
/openbsd/sys/arch/macppc/dev/
H A Dif_bm.c701 if (totlen >= MINCLSIZE) { in bmac_get()
H A Dif_mc.c923 if (totlen >= MINCLSIZE) { in mace_get()
/openbsd/sys/dev/sbus/
H A Dqe.c336 if (top && totlen >= MINCLSIZE) { in qe_get()
H A Dbe.c503 if (top && totlen >= MINCLSIZE) { in be_get()
/openbsd/sys/net/
H A Dif_pppx.c362 if (uio->uio_resid >= MINCLSIZE) { in pppxwrite()
/openbsd/sys/dev/pcmcia/
H A Dif_xe.c769 if (pktlen >= MINCLSIZE) { in xe_get()
/openbsd/sys/nfs/
H A Dnfs_socket.c1408 if (ALIGN_POINTER(m->m_len) >= MINCLSIZE) { in nfs_realign()
H A Dnfs_serv.c742 if (left >= MINCLSIZE) in nfsrv_read()
/openbsd/sys/dev/pci/
H A Dif_et.c1972 if (len0 >= MINCLSIZE) { in et_newbuf()