/linux-4.1.27/net/sched/ |
D | act_nat.c | 130 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_nat() 160 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_nat() 174 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_nat() 217 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_nat()
|
D | act_csum.c | 109 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_csum_skb_nextlayer() 369 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_csum_ipv4()
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_raw_eth.c | 34 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
|
D | hdlc_fr.c | 421 if (pskb_expand_head(skb, 0, pad, in pvc_xmit()
|
/linux-4.1.27/Documentation/networking/ |
D | tc-actions-env-rules.txt | 15 2) If you munge any packet thou shalt call pskb_expand_head in the case
|
/linux-4.1.27/net/batman-adv/ |
D | fragmentation.c | 253 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { in batadv_frag_merge_packets() 479 pskb_expand_head(skb, header_size + ETH_HLEN, 0, GFP_ATOMIC) < 0) in batadv_frag_send_packet()
|
/linux-4.1.27/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 | 163 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()
|
/linux-4.1.27/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()
|
/linux-4.1.27/net/ipv4/ |
D | netfilter.c | 72 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_output.c | 38 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | rx.c | 258 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 219 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit() 352 pskb_expand_head(skb, prefix_len, postfix_len, GFP_ATOMIC)) { in hostap_tx_encrypt()
|
D | hostap_80211_rx.c | 115 if (pskb_expand_head(skb, head_need > 0 ? head_need : 0, in prism2_rx_80211()
|
/linux-4.1.27/net/openvswitch/ |
D | vport-gre.c | 166 err = pskb_expand_head(skb, max_t(int, head_delta, 0), in gre_tnl_send()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 1167 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function 1242 EXPORT_SYMBOL(pskb_expand_head); 1255 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom() 1349 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in skb_pad() 1478 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim() 1585 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 2604 return skb_cloned(skb) && pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_prepare_for_shift() 3495 pskb_expand_head(skb, 0, tailbits-skb_tailroom(skb)+128, GFP_ATOMIC)) in skb_cow_data() 4260 return pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_ensure_writable()
|
D | pktgen.c | 2603 ret = pskb_expand_head(skb, nhead, 0, GFP_ATOMIC); in process_ipsec()
|
D | dev.c | 2397 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_checksum_help()
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 845 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask); 1104 return pskb_expand_head(skb, 0, 0, pri); in skb_unclone() 2424 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0, in __skb_cow() 3339 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
|
/linux-4.1.27/net/tipc/ |
D | bearer.c | 442 pskb_expand_head(clone, SKB_DATA_ALIGN(delta), 0, GFP_ATOMIC)) { in tipc_l2_send_msg()
|
/linux-4.1.27/net/mac80211/ |
D | rx.c | 487 pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) { in ieee80211_rx_monitor() 1900 if (unlikely(pskb_expand_head(rx->skb, 0, entry->extra_len, in ieee80211_rx_h_defragment() 3069 pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) in ieee80211_rx_cooked_monitor()
|
D | wpa.c | 793 pskb_expand_head(skb, iv_len, 0, GFP_ATOMIC))) in ieee80211_crypto_cs_encrypt()
|
D | tx.c | 1607 if (pskb_expand_head(skb, head_need, tail_need, GFP_ATOMIC)) { in ieee80211_skb_resize()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 1115 if (pskb_expand_head(hdr_skb, 0, space, GFP_ATOMIC) < 0) { in ath_rx_tasklet()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | tx.c | 320 pskb_expand_head(skb, 0, noa_data->length, in iwlagn_tx_skb()
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 320 pskb_expand_head(skb, rtap_len, 0, GFP_ATOMIC)) { in wil_rx_add_radiotap_header()
|
/linux-4.1.27/net/wireless/ |
D | util.c | 619 if (pskb_expand_head(skb, head_need, 0, GFP_ATOMIC)) in ieee80211_data_from_8023()
|
/linux-4.1.27/drivers/atm/ |
D | solos-pci.c | 1155 ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC); in psend()
|
/linux-4.1.27/kernel/ |
D | audit.c | 1417 int ret = pskb_expand_head(skb, 0, extra, ab->gfp_mask); in audit_expand()
|
/linux-4.1.27/drivers/net/usb/ |
D | ax88179_178a.c | 1439 pskb_expand_head(skb, headroom < 0 ? 8 : 0, 0, GFP_ATOMIC)) { in ax88179_tx_fixup()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1368 (pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0)) { in ath10k_unchain_msdu()
|
D | mac.c | 2347 if (!pskb_expand_head(skb, 0, arvif->u.ap.noa_len, in ath10k_tx_h_add_p2p_noa_ie()
|
D | wmi.c | 2370 if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC)) in ath10k_wmi_update_noa()
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.c | 1797 if (!pskb_expand_head(skb, 0, -delta, allocation)) in netlink_trim()
|
/linux-4.1.27/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 956 if (unlikely(pskb_expand_head(skb, 0, 0, in vmxnet3_tq_xmit()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 2191 if (pskb_expand_head(pkt, 0, ntail, GFP_ATOMIC)) in brcmf_sdio_txpkt_prep_sg()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mwl8k.c | 853 if (pskb_expand_head(skb, REDUCED_TX_HEADROOM, 0, GFP_ATOMIC)) { in mwl8k_add_dma_header()
|