Home
last modified time | relevance | path

Searched refs:m_append (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/net80211/
H A Dieee80211_netbsd.h256 int m_append(struct mbuf *, int, const void *);
H A Dieee80211_crypto_tkip.c226 return m_append(m, tkip.ic_miclen, mic); in tkip_enmic()
897 if (!m_append(m, IEEE80211_WEP_CRCLEN, icv)) { in tkip_encrypt()
H A Dieee80211_crypto_ccmp.c376 return m_append(m, ccmp.ic_trailer, mic); in ccmp_encrypt()
H A Dieee80211_crypto_wep.c383 return m_append(m0, IEEE80211_WEP_CRCLEN, icv); in wep_encrypt()
H A Dieee80211_netbsd.c734 m_append(struct mbuf *m0, int len, const void *cpv) in m_append() function
/netbsd-src/sys/dev/pci/
H A Dif_enavar.h546 #define m_append(m, len, cp) ena_m_append(m, len, cp) macro
H A Dif_ena.c1610 if (unlikely(m_append(mbuf, len, rx_info->mbuf->m_data) == 0)) { in ena_rx_mbuf()