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

123

/linux-master/drivers/net/wan/
H A Dhdlc_raw_eth.c31 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) {
/linux-master/include/net/
H A Dgso.h38 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC);
/linux-master/net/ipv4/
H A Dnetfilter.c78 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)),
/linux-master/drivers/net/wireless/marvell/libertas/
H A Drx.c248 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) {
249 netdev_alert(dev, "%s: couldn't pskb_expand_head\n", __func__);
/linux-master/net/netfilter/
H A Dnf_nat_helper.c72 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC))
H A Dxt_TCPMSS.c155 if (pskb_expand_head(skb, 0,
/linux-master/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c115 if (pskb_expand_head(skb, ETH_HLEN, 0, GFP_ATOMIC)) {
/linux-master/net/ipv6/
H A Dnetfilter.c76 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)),
H A Dexthdrs.c270 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC))
436 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) {
593 if (pskb_expand_head(skb, sizeof(struct ipv6hdr) + ((chdr->hdrlen + 1) << 3), 0,
758 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) {
H A Dseg6_iptunnel.c421 if (pskb_expand_head(skb, skb->mac_len, 0, GFP_ATOMIC) < 0)
/linux-master/net/batman-adv/
H A Dfragmentation.c267 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) {
H A Dmulticast_forw.c1105 pskb_expand_head(skb, hdr_size, 0, GFP_ATOMIC) < 0)
/linux-master/net/core/
H A Dskbuff.c2218 * pskb_expand_head - reallocate header of &sk_buff
2233 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, function
2318 EXPORT_SYMBOL(pskb_expand_head); variable
2331 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0,
2351 res = pskb_expand_head(skb, 0, 0, pri);
2411 /* pskb_expand_head() might crash, if skb is shared. */
2423 if (pskb_expand_head(skb, delta, 0, GFP_ATOMIC))
2529 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC);
2683 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC))))
2813 if (pskb_expand_head(sk
[all...]
H A Dlwt_bpf.c166 if (pskb_expand_head(skb, nhead, 0, GFP_ATOMIC))
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c494 err = pskb_expand_head(skb, 0, undersize, flags);
/linux-master/net/tipc/
H A Dbearer.c503 if ((delta > 0) && pskb_expand_head(skb, delta, 0, GFP_ATOMIC)) {
771 if (exp > 0 && pskb_expand_head(skb, exp, 0, GFP_ATOMIC)) {
H A Dudp_media.c242 err = pskb_expand_head(skb, UDP_MIN_HEADROOM, 0, GFP_ATOMIC);
H A Dmsg.c551 if (unlikely(pskb_expand_head(tskb, INT_H_SIZE, mss - tsz - INT_H_SIZE,
/linux-master/include/linux/
H A Dskbuff.h612 /* must be last field, see pskb_expand_head() */
1380 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask);
1939 return pskb_expand_head(skb, 0, 0, pri);
1984 return pskb_expand_head(skb, 0, 0, pri);
3173 int ret = pskb_expand_head(skb, 0, diff - skb_tailroom(skb),
3664 pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
3676 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0,
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.c252 if (space > 0 && pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_fdma.c828 err = pskb_expand_head(skb, needed_headroom, needed_tailroom,
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_fdma.c650 err = pskb_expand_head(skb, needed_headroom, needed_tailroom,
/linux-master/drivers/net/wwan/
H A Dqcom_bam_dmux.c316 ret = pskb_expand_head(skb, head, tail, GFP_ATOMIC);
/linux-master/net/xfrm/
H A Dxfrm_output.c45 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC);
/linux-master/drivers/bluetooth/
H A Dbtmtkuart.c736 err = pskb_expand_head(skb, sizeof(*shdr), MTK_STP_TLR_SIZE,

Completed in 481 milliseconds

123