/net/netfilter/ |
D | nf_nat_helper.c | 78 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
|
D | xt_TCPMSS.c | 167 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
|
D | nf_nat_core.c | 112 pskb_expand_head(skb, hh_len - skb_headroom(skb), 0, GFP_ATOMIC)) in nf_xfrm_me_harder()
|
/net/ipv4/ |
D | netfilter.c | 72 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
|
D | ip_gre.c | 560 err = pskb_expand_head(skb, max_t(int, head_delta, 0), in gre_fb_xmit()
|
/net/ipv6/ |
D | netfilter.c | 63 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip6_route_me_harder()
|
D | exthdrs.c | 213 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/ |
D | xfrm_output.c | 38 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
|
/net/core/ |
D | skbuff.c | 1134 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()
|
D | pktgen.c | 2654 ret = pskb_expand_head(skb, nhead, 0, GFP_ATOMIC); in process_ipsec()
|
D | dev.c | 2512 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_checksum_help()
|
/net/batman-adv/ |
D | fragmentation.c | 274 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { in batadv_frag_merge_packets()
|
/net/tipc/ |
D | udp_media.c | 161 err = pskb_expand_head(skb, UDP_MIN_HEADROOM, 0, GFP_ATOMIC); in tipc_udp_send_msg()
|
D | bearer.c | 433 pskb_expand_head(skb, SKB_DATA_ALIGN(delta), 0, GFP_ATOMIC)) { in tipc_l2_send_msg()
|
/net/mac80211/ |
D | rx.c | 538 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()
|
D | wpa.c | 825 pskb_expand_head(skb, iv_len, 0, GFP_ATOMIC))) in ieee80211_crypto_cs_encrypt()
|
D | tx.c | 1631 if (pskb_expand_head(skb, head_need, tail_need, GFP_ATOMIC)) { in ieee80211_skb_resize()
|
/net/wireless/ |
D | util.c | 625 if (pskb_expand_head(skb, head_need, 0, GFP_ATOMIC)) in ieee80211_data_from_8023()
|
/net/netlink/ |
D | af_netlink.c | 1267 if (!pskb_expand_head(skb, 0, -delta, allocation)) in netlink_trim()
|