/linux-4.4.14/net/sched/ |
D | act_nat.c | 131 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_nat() 161 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_nat() 176 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_nat() 219 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_nat()
|
D | act_csum.c | 110 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_csum_skb_nextlayer() 370 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_csum_ipv4()
|
/linux-4.4.14/Documentation/networking/ |
D | tc-actions-env-rules.txt | 11 2) If you munge any packet thou shalt call pskb_expand_head in the case
|
/linux-4.4.14/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.4.14/net/batman-adv/ |
D | fragmentation.c | 272 if (pskb_expand_head(skb_out, 0, size - skb_out->len, GFP_ATOMIC) < 0) { in batadv_frag_merge_packets() 498 pskb_expand_head(skb, header_size + ETH_HLEN, 0, GFP_ATOMIC) < 0) in batadv_frag_send_packet()
|
/linux-4.4.14/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.4.14/net/ipv6/ |
D | netfilter.c | 62 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.4.14/net/ipv4/ |
D | netfilter.c | 71 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
|
D | ip_gre.c | 552 err = pskb_expand_head(skb, max_t(int, head_delta, 0), in gre_fb_xmit()
|
/linux-4.4.14/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.4.14/net/xfrm/ |
D | xfrm_output.c | 38 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
|
/linux-4.4.14/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.4.14/net/core/ |
D | skbuff.c | 1119 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function 1194 EXPORT_SYMBOL(pskb_expand_head); 1207 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom() 1301 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in skb_pad() 1430 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim() 1537 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail() 2568 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() 4346 return pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_ensure_writable()
|
D | pktgen.c | 2651 ret = pskb_expand_head(skb, nhead, 0, GFP_ATOMIC); in process_ipsec()
|
D | dev.c | 2460 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_checksum_help()
|
/linux-4.4.14/net/tipc/ |
D | udp_media.c | 162 err = pskb_expand_head(skb, UDP_MIN_HEADROOM, 0, GFP_ATOMIC); in tipc_udp_send_msg()
|
D | bearer.c | 429 pskb_expand_head(skb, SKB_DATA_ALIGN(delta), 0, GFP_ATOMIC)) { in tipc_l2_send_msg()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 877 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, gfp_t gfp_mask); 1231 return pskb_expand_head(skb, 0, 0, pri); in skb_unclone() 2576 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0, in __skb_cow() 3506 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
|
/linux-4.4.14/net/mac80211/ |
D | rx.c | 537 pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) { in ieee80211_rx_monitor() 1929 if (unlikely(pskb_expand_head(rx->skb, 0, entry->extra_len, in ieee80211_rx_h_defragment() 3089 pskb_expand_head(skb, needed_headroom, 0, GFP_ATOMIC)) in ieee80211_rx_cooked_monitor()
|
D | wpa.c | 803 pskb_expand_head(skb, iv_len, 0, GFP_ATOMIC))) in ieee80211_crypto_cs_encrypt()
|
D | tx.c | 1620 if (pskb_expand_head(skb, head_need, tail_need, GFP_ATOMIC)) { in ieee80211_skb_resize()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 1109 if (pskb_expand_head(hdr_skb, 0, space, GFP_ATOMIC) < 0) { in ath_rx_tasklet()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tx.c | 320 pskb_expand_head(skb, 0, noa_data->length, in iwlagn_tx_skb()
|
/linux-4.4.14/net/wireless/ |
D | util.c | 619 if (pskb_expand_head(skb, head_need, 0, GFP_ATOMIC)) in ieee80211_data_from_8023()
|
/linux-4.4.14/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.4.14/drivers/atm/ |
D | solos-pci.c | 1163 ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC); in psend()
|
/linux-4.4.14/kernel/ |
D | audit.c | 1431 int ret = pskb_expand_head(skb, 0, extra, ab->gfp_mask); in audit_expand()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/ath10k/ |
D | htt_rx.c | 1450 (pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0)) { in ath10k_unchain_msdu()
|
D | mac.c | 3274 if (!pskb_expand_head(skb, 0, arvif->u.ap.noa_len, in ath10k_tx_h_add_p2p_noa_ie()
|
D | wmi.c | 3142 if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC)) in ath10k_wmi_update_noa()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 1816 if (!pskb_expand_head(skb, 0, -delta, allocation)) in netlink_trim()
|
/linux-4.4.14/drivers/net/vmxnet3/ |
D | vmxnet3_drv.c | 976 if (unlikely(pskb_expand_head(skb, 0, 0, in vmxnet3_tq_xmit()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 2198 if (pskb_expand_head(pkt, 0, ntail, GFP_ATOMIC)) in brcmf_sdio_txpkt_prep_sg()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mwl8k.c | 853 if (pskb_expand_head(skb, REDUCED_TX_HEADROOM, 0, GFP_ATOMIC)) { in mwl8k_add_dma_header()
|