/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.c | 107 if (pskb_expand_head(skb, ETH_HLEN, 0, GFP_ATOMIC)) { in rmnet_map_ingress_handler() 141 if (pskb_expand_head(skb, required_headroom, 0, GFP_ATOMIC)) in rmnet_map_egress_handler()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hdlc_raw_eth.c | 31 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | netfilter.c | 79 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | gso.h | 38 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hdlc_raw_eth.c | 31 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | netfilter.c | 78 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 220 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit() 353 pskb_expand_head(skb, prefix_len, postfix_len, GFP_ATOMIC)) { in hostap_tx_encrypt()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 220 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit() 353 pskb_expand_head(skb, prefix_len, postfix_len, GFP_ATOMIC)) { in hostap_tx_encrypt()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | rx.c | 248 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet() 249 netdev_alert(dev, "%s: couldn't pskb_expand_head\n", __func__); in process_rxed_802_11_packet()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_nat_helper.c | 72 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
|
H A D | xt_TCPMSS.c | 155 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.c | 115 if (pskb_expand_head(skb, ETH_HLEN, 0, GFP_ATOMIC)) { in rmnet_map_ingress_handler()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | rx.c | 248 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet() 249 netdev_alert(dev, "%s: couldn't pskb_expand_head\n", __func__); in process_rxed_802_11_packet()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_nat_helper.c | 72 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
|
H A D | xt_TCPMSS.c | 155 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | exthdrs.c | 242 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ipv6_dest_hao() 423 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_srh_rcv() 601 if (pskb_expand_head(skb, sizeof(struct ipv6hdr) + ((chdr->hdrlen + 1) << 3), 0, in ipv6_rpl_srh_rcv() 767 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_rthdr_rcv()
|
H A D | netfilter.c | 71 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
|
H A D | seg6_iptunnel.c | 294 if (pskb_expand_head(skb, skb->mac_len, 0, GFP_ATOMIC) < 0) in seg6_do_srh()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | exthdrs.c | 269 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ipv6_dest_hao() 436 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_srh_rcv() 593 if (pskb_expand_head(skb, sizeof(struct ipv6hdr) + ((chdr->hdrlen + 1) << 3), 0, in ipv6_rpl_srh_rcv() 755 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_rthdr_rcv()
|
H A D | netfilter.c | 76 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 2060 * pskb_expand_head - reallocate header of &sk_buff 2075 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function 2160 EXPORT_SYMBOL(pskb_expand_head); variable 2173 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom() 2193 res = pskb_expand_head(skb, 0, 0, pri); in __skb_unclone_keeptruesize() 2253 /* pskb_expand_head() might crash, if skb is shared. */ in skb_expand_head() 2265 if (pskb_expand_head(skb, delta, 0, GFP_ATOMIC)) in skb_expand_head() 2366 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in __skb_pad() 2520 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim() 2650 if (pskb_expand_head(sk in __pskb_pull_tail() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 535 /* must be last field, see pskb_expand_head() */ 1169 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask); 1645 return pskb_expand_head(skb, 0, 0, pri); in skb_unclone() 1674 return pskb_expand_head(skb, 0, 0, pri); in skb_header_unclone() 2748 int ret = pskb_expand_head(skb, 0, diff - skb_tailroom(skb), in __skb_grow() 3169 pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_try_make_writable() 3181 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0, in __skb_cow() 4429 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 1611 * pskb_expand_head - reallocate header of &sk_buff 1626 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function 1711 EXPORT_SYMBOL(pskb_expand_head); variable 1724 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom() 1824 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in __skb_pad() 1954 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim() 2084 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 3313 /* Save and restore truesize: pskb_expand_head() may reallocate in skb_prepare_for_shift() 3319 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_prepare_for_shift() 4501 pskb_expand_head(sk in skb_cow_data() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 595 /* must be last field, see pskb_expand_head() */ 1353 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask); 1912 return pskb_expand_head(skb, 0, 0, pri); in skb_unclone() 1957 return pskb_expand_head(skb, 0, 0, pri); in skb_header_unclone() 3097 int ret = pskb_expand_head(skb, 0, diff - skb_tailroom(skb), in __skb_grow() 3574 pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_try_make_writable() 3586 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0, in __skb_cow()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | fragmentation.c | 269 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { in batadv_frag_merge_packets()
|