Home
last modified time | relevance | path

Searched refs:pskb_expand_head (Results 1 - 25 of 106) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c107 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 Dhdlc_raw_eth.c31 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
/kernel/linux/linux-5.10/net/ipv4/
H A Dnetfilter.c79 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 Dgso.h38 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhdlc_raw_eth.c31 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
/kernel/linux/linux-6.6/net/ipv4/
H A Dnetfilter.c78 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 Dhostap_80211_tx.c220 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 Dhostap_80211_tx.c220 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 Drx.c248 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 Dnf_nat_helper.c72 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
H A Dxt_TCPMSS.c155 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c115 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 Drx.c248 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 Dnf_nat_helper.c72 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
H A Dxt_TCPMSS.c155 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
/kernel/linux/linux-5.10/net/ipv6/
H A Dexthdrs.c242 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 Dnetfilter.c71 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
H A Dseg6_iptunnel.c294 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 Dexthdrs.c269 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 Dnetfilter.c76 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 Dskbuff.c2060 * 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 Dskbuff.h535 /* 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 Dskbuff.c1611 * 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 Dskbuff.h595 /* 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 Dfragmentation.c269 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { in batadv_frag_merge_packets()

Completed in 42 milliseconds

12345