Symbol: pskb_expand_head
drivers/atm/solos-pci.c
1157
ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC);
drivers/bluetooth/btmtksdio.c
266
err = pskb_expand_head(skb, sizeof(*sdio_hdr), 0,
drivers/bluetooth/btmtkuart.c
738
err = pskb_expand_head(skb, sizeof(*shdr), MTK_STP_TLR_SIZE,
drivers/net/ethernet/asix/ax88796c_main.c
279
if (pskb_expand_head(skb, h, t, GFP_KERNEL))
drivers/net/ethernet/microchip/lan966x/lan966x_fdma.c
727
err = pskb_expand_head(skb, needed_headroom, needed_tailroom,
drivers/net/ethernet/microchip/sparx5/lan969x/lan969x_fdma.c
314
err = pskb_expand_head(skb, needed_headroom, needed_tailroom,
drivers/net/ethernet/mscc/ocelot_fdma.c
650
err = pskb_expand_head(skb, needed_headroom, needed_tailroom,
drivers/net/ethernet/netronome/nfp/ccm_mbox.c
494
err = pskb_expand_head(skb, 0, undersize, flags);
drivers/net/ethernet/qualcomm/emac/emac-mac.c
1255
ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c
115
if (pskb_expand_head(skb, ETH_HLEN, 0, GFP_ATOMIC)) {
drivers/net/usb/ax88179_178a.c
1494
pskb_expand_head(skb, headroom < 0 ? 8 : 0, 0, GFP_ATOMIC)) {
drivers/net/vmxnet3/vmxnet3_drv.c
1169
if (unlikely(pskb_expand_head(skb, 0, 0,
drivers/net/wan/hdlc_raw_eth.c
31
if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) {
drivers/net/wireless/ath/ath10k/htt_rx.c
2162
(pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0)) {
drivers/net/wireless/ath/ath10k/mac.c
3885
if (!pskb_expand_head(skb, 0, arvif->u.ap.noa_len,
drivers/net/wireless/ath/ath10k/wmi.c
3686
if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC))
drivers/net/wireless/ath/ath11k/dp_rx.c
1797
(pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) {
drivers/net/wireless/ath/ath11k/dp_rx.c
3398
(pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0))
drivers/net/wireless/ath/ath11k/dp_rx.c
4584
if ((pskb_expand_head(skb, 0,
drivers/net/wireless/ath/ath12k/dp_mon.c
596
if ((pskb_expand_head(skb, 0,
drivers/net/wireless/ath/ath12k/mac.c
9377
!pskb_expand_head(skb, 0, ahvif->u.ap.noa_len,
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c
1091
(pskb_expand_head(first_frag, 0, extra_space, GFP_ATOMIC) < 0))
drivers/net/wireless/ath/ath12k/wifi7/dp_rx.c
448
(pskb_expand_head(first, 0, space_extra, GFP_ATOMIC) < 0)) {
drivers/net/wireless/ath/ath9k/recv.c
1178
if (pskb_expand_head(hdr_skb, 0, space, GFP_ATOMIC) < 0) {
drivers/net/wireless/ath/wcn36xx/txrx.c
252
if (space > 0 && pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0) {
drivers/net/wireless/ath/wil6210/txrx.c
327
pskb_expand_head(skb, rtap_len, 0, GFP_ATOMIC)) {
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.c
338
ret = pskb_expand_head(skb, ALIGN(head_delta, NET_SKB_PAD), 0,
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
2165
if (pskb_expand_head(pkt, 0, ntail, GFP_ATOMIC))
drivers/net/wireless/intel/iwlwifi/dvm/tx.c
301
pskb_expand_head(skb, 0, noa_data->length,
drivers/net/wireless/intel/iwlwifi/mld/tx.c
711
if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) {
drivers/net/wireless/intel/iwlwifi/mvm/tx.c
746
if (pskb_expand_head(skb, 0, resp_data->noa_len, GFP_ATOMIC)) {
drivers/net/wireless/marvell/libertas/rx.c
248
pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) {
drivers/net/wireless/marvell/mwl8k.c
867
if (pskb_expand_head(skb, REDUCED_TX_HEADROOM, 0, GFP_ATOMIC)) {
drivers/net/wireless/quantenna/qtnfmac/pcie/pearl_pcie.c
624
if (tail_need > 0 && pskb_expand_head(skb, 0, tail_need, GFP_ATOMIC)) {
drivers/net/wireless/realtek/rtw89/fw.c
4642
pskb_expand_head(skb_beacon, 0, noa_len, GFP_KERNEL) == 0)) {
drivers/net/wireless/realtek/rtw89/fw.c
4721
pskb_expand_head(skb_beacon, 0, noa_len, GFP_KERNEL) == 0)) {
drivers/net/wireless/ti/wlcore/tx.c
211
pskb_expand_head(skb, (total_len - skb->len), 0, GFP_ATOMIC)) {
drivers/net/wwan/qcom_bam_dmux.c
315
ret = pskb_expand_head(skb, head, tail, GFP_ATOMIC);
include/linux/skbuff.h
1450
int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask);
include/linux/skbuff.h
2040
return pskb_expand_head(skb, 0, 0, pri);
include/linux/skbuff.h
2085
return pskb_expand_head(skb, 0, 0, pri);
include/linux/skbuff.h
3357
int ret = pskb_expand_head(skb, 0, diff - skb_tailroom(skb),
include/linux/skbuff.h
3842
pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
include/linux/skbuff.h
3854
return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0,
include/net/gso.h
38
ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC);
kernel/audit.c
1988
int ret = pskb_expand_head(skb, 0, extra, ab->gfp_mask);
net/batman-adv/fragmentation.c
267
if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) {
net/batman-adv/multicast_forw.c
1105
pskb_expand_head(skb, hdr_size, 0, GFP_ATOMIC) < 0)
net/bpf/test_run.c
1166
if (pskb_expand_head(skb, nhead, 0, GFP_USER)) {
net/core/dev.c
5539
err = pskb_expand_head(skb,
net/core/lwt_bpf.c
171
if (pskb_expand_head(skb, nhead, 0, GFP_ATOMIC))
net/core/pktgen.c
2770
ret = pskb_expand_head(skb, nhead, 0, GFP_ATOMIC);
net/core/skb_fault_injection.c
38
pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
net/core/skbuff.c
2377
EXPORT_SYMBOL(pskb_expand_head);
net/core/skbuff.c
2390
if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0,
net/core/skbuff.c
2410
res = pskb_expand_head(skb, 0, 0, pri);
net/core/skbuff.c
2482
if (pskb_expand_head(skb, delta, 0, GFP_ATOMIC))
net/core/skbuff.c
2591
err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC);
net/core/skbuff.c
2745
unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC))))
net/core/skbuff.c
2878
if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0,
net/core/skbuff.c
5378
pskb_expand_head(skb, 0, tailbits-skb_tailroom(skb)+128, GFP_ATOMIC))
net/core/skbuff.c
6362
return pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
net/core/skbuff.c
6386
return pskb_expand_head(skb, needed_headroom, needed_tailroom,
net/ipv4/icmp.c
767
if (pskb_expand_head(skb, 0, ext_max_len, GFP_ATOMIC))
net/ipv4/inet_diag.c
827
err = pskb_expand_head(skb, 0, cb->min_dump_alloc, GFP_KERNEL);
net/ipv4/ip_gre.c
900
pskb_expand_head(skb, HH_DATA_ALIGN(needed - skb_headroom(skb)),
net/ipv4/netfilter.c
82
pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)),
net/ipv6/exthdrs.c
270
if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC))
net/ipv6/exthdrs.c
441
if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) {
net/ipv6/exthdrs.c
596
if (pskb_expand_head(skb, sizeof(struct ipv6hdr) + ((chdr->hdrlen + 1) << 3), 0,
net/ipv6/exthdrs.c
761
if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) {
net/ipv6/icmp.c
609
if (pskb_expand_head(skb, 0, ext_max_len, GFP_ATOMIC))
net/ipv6/ip6_gre.c
1376
pskb_expand_head(skb, HH_DATA_ALIGN(needed - skb_headroom(skb)),
net/ipv6/netfilter.c
80
pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)),
net/ipv6/seg6_iptunnel.c
432
if (pskb_expand_head(skb, skb->mac_len, 0, GFP_ATOMIC) < 0)
net/mac80211/rx.c
2487
if (unlikely(pskb_expand_head(rx->skb, 0, entry->extra_len,
net/mac80211/rx.c
768
pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) {
net/mac80211/tx.c
2016
if (pskb_expand_head(skb, head_need, tail_need, GFP_ATOMIC)) {
net/mac80211/tx.c
3326
if (pskb_expand_head(skb, headroom, 0, GFP_ATOMIC)) {
net/netfilter/nf_nat_helper.c
72
if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC))
net/netfilter/nf_nat_proto.c
652
pskb_expand_head(skb, hh_len - skb_headroom(skb), 0, GFP_ATOMIC))
net/netfilter/xt_TCPMSS.c
155
if (pskb_expand_head(skb, 0,
net/netlink/af_netlink.c
1299
pskb_expand_head(skb, 0, -delta,
net/tipc/bearer.c
507
if ((delta > 0) && pskb_expand_head(skb, delta, 0, GFP_ATOMIC)) {
net/tipc/bearer.c
775
if (exp > 0 && pskb_expand_head(skb, exp, 0, GFP_ATOMIC)) {
net/tipc/msg.c
551
if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE,
net/tipc/udp_media.c
245
err = pskb_expand_head(skb, UDP_MIN_HEADROOM, 0, GFP_ATOMIC);
net/xfrm/xfrm_output.c
45
return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC);