Symbol: M_PREPEND
src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/if_bwi.c
2981
M_PREPEND(m, sizeof(*hdr), M_NOWAIT);
src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/if_bwi.c
3162
M_PREPEND(m, sizeof(*hdr), M_NOWAIT);
src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/if_malo.c
1116
M_PREPEND(m0, space, M_NOWAIT);
src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/if_mwl.c
3166
M_PREPEND(m0, space, M_NOWAIT);
src/libs/compat/freebsd_network/fbsd_ether.c
129
M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_ccmp.c
265
M_PREPEND(m, ccmp_get_header_len(k), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_tkip.c
215
M_PREPEND(m, tkip.ic_header, IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_crypto_wep.c
203
M_PREPEND(m, wep.ic_header, IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_hwmp.c
646
M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_mesh.c
2668
M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
1018
M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
1116
M_PREPEND(m, hdrlen, IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
1675
M_PREPEND(m, hdrspace + meshhdrsize, IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
2610
M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
3278
M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
3766
M_PREPEND(m, sizeof(struct ieee80211_frame), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_output.c
4146
M_PREPEND(m, sizeof(struct ether_header), IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_superg.c
447
M_PREPEND(m1, sizeof(uint32_t)+2, IEEE80211_M_NOWAIT);
src/libs/compat/freebsd_wlan/net80211/ieee80211_superg.c
456
M_PREPEND(m1, sizeof(struct llc), IEEE80211_M_NOWAIT);
src/libs/compat/openbsd_wlan/net80211/ieee80211_output.c
196
M_PREPEND(m, sizeof(struct ieee80211_frame), M_DONTWAIT);
src/libs/compat/openbsd_wlan/net80211/ieee80211_output.c
2104
M_PREPEND(m, sizeof(struct ieee80211_frame), M_DONTWAIT);
src/libs/compat/openbsd_wlan/net80211/ieee80211_output.c
714
M_PREPEND(m, hdrlen, M_DONTWAIT);
src/libs/compat/openbsd_wlan/net80211/ieee80211_pae_output.c
71
M_PREPEND(m, sizeof(struct ether_header), M_DONTWAIT);