Home
last modified time | relevance | path

Searched refs:pskb_expand_head (Results 1 – 19 of 19) sorted by relevance

/net/netfilter/
Dnf_nat_helper.c78 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
Dxt_TCPMSS.c167 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
Dnf_nat_core.c112 pskb_expand_head(skb, hh_len - skb_headroom(skb), 0, GFP_ATOMIC)) in nf_xfrm_me_harder()
/net/ipv4/
Dnetfilter.c72 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
Dip_gre.c560 err = pskb_expand_head(skb, max_t(int, head_delta, 0), in gre_fb_xmit()
/net/ipv6/
Dnetfilter.c63 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
Dexthdrs.c213 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ipv6_dest_hao()
395 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_rthdr_rcv()
/net/xfrm/
Dxfrm_output.c38 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
/net/core/
Dskbuff.c1134 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function
1209 EXPORT_SYMBOL(pskb_expand_head);
1222 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom()
1316 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in skb_pad()
1445 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim()
1573 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail()
2643 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_prepare_for_shift()
3574 pskb_expand_head(skb, 0, tailbits-skb_tailroom(skb)+128, GFP_ATOMIC)) in skb_cow_data()
4438 return pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_ensure_writable()
Dpktgen.c2654 ret = pskb_expand_head(skb, nhead, 0, GFP_ATOMIC); in process_ipsec()
Ddev.c2512 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_checksum_help()
/net/batman-adv/
Dfragmentation.c274 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { in batadv_frag_merge_packets()
/net/tipc/
Dudp_media.c161 err = pskb_expand_head(skb, UDP_MIN_HEADROOM, 0, GFP_ATOMIC); in tipc_udp_send_msg()
Dbearer.c433 pskb_expand_head(skb, SKB_DATA_ALIGN(delta), 0, GFP_ATOMIC)) { in tipc_l2_send_msg()
/net/mac80211/
Drx.c538 pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) { in ieee80211_rx_monitor()
1976 if (unlikely(pskb_expand_head(rx->skb, 0, entry->extra_len, in ieee80211_rx_h_defragment()
3217 pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) in ieee80211_rx_cooked_monitor()
Dwpa.c825 pskb_expand_head(skb, iv_len, 0, GFP_ATOMIC))) in ieee80211_crypto_cs_encrypt()
Dtx.c1631 if (pskb_expand_head(skb, head_need, tail_need, GFP_ATOMIC)) { in ieee80211_skb_resize()
/net/wireless/
Dutil.c625 if (pskb_expand_head(skb, head_need, 0, GFP_ATOMIC)) in ieee80211_data_from_8023()
/net/netlink/
Daf_netlink.c1267 if (!pskb_expand_head(skb, 0, -delta, allocation)) in netlink_trim()