Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_nat.c130 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()
Dact_csum.c109 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/
Dhdlc_raw_eth.c34 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
Dhdlc_fr.c421 if (pskb_expand_head(skb, 0, pad, in pvc_xmit()
/linux-4.1.27/Documentation/networking/
Dtc-actions-env-rules.txt15 2) If you munge any packet thou shalt call pskb_expand_head in the case
/linux-4.1.27/net/batman-adv/
Dfragmentation.c253 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/
Dnf_nat_helper.c78 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
Dxt_TCPMSS.c163 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()
/linux-4.1.27/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()
/linux-4.1.27/net/ipv4/
Dnetfilter.c72 pskb_expand_head(skb, HH_DATA_ALIGN(hh_len - skb_headroom(skb)), in ip_route_me_harder()
/linux-4.1.27/net/xfrm/
Dxfrm_output.c38 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_skb_check_space()
/linux-4.1.27/drivers/net/wireless/libertas/
Drx.c258 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/
Dhostap_80211_tx.c219 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()
Dhostap_80211_rx.c115 if (pskb_expand_head(skb, head_need > 0 ? head_need : 0, in prism2_rx_80211()
/linux-4.1.27/net/openvswitch/
Dvport-gre.c166 err = pskb_expand_head(skb, max_t(int, head_delta, 0), in gre_tnl_send()
/linux-4.1.27/net/core/
Dskbuff.c1167 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()
Dpktgen.c2603 ret = pskb_expand_head(skb, nhead, 0, GFP_ATOMIC); in process_ipsec()
Ddev.c2397 ret = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_checksum_help()
/linux-4.1.27/include/linux/
Dskbuff.h845 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/
Dbearer.c442 pskb_expand_head(clone, SKB_DATA_ALIGN(delta), 0, GFP_ATOMIC)) { in tipc_l2_send_msg()
/linux-4.1.27/net/mac80211/
Drx.c487 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()
Dwpa.c793 pskb_expand_head(skb, iv_len, 0, GFP_ATOMIC))) in ieee80211_crypto_cs_encrypt()
Dtx.c1607 if (pskb_expand_head(skb, head_need, tail_need, GFP_ATOMIC)) { in ieee80211_skb_resize()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Drecv.c1115 if (pskb_expand_head(hdr_skb, 0, space, GFP_ATOMIC) < 0) { in ath_rx_tasklet()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dtx.c320 pskb_expand_head(skb, 0, noa_data->length, in iwlagn_tx_skb()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c320 pskb_expand_head(skb, rtap_len, 0, GFP_ATOMIC)) { in wil_rx_add_radiotap_header()
/linux-4.1.27/net/wireless/
Dutil.c619 if (pskb_expand_head(skb, head_need, 0, GFP_ATOMIC)) in ieee80211_data_from_8023()
/linux-4.1.27/drivers/atm/
Dsolos-pci.c1155 ret = pskb_expand_head(skb, expand_by, 0, GFP_ATOMIC); in psend()
/linux-4.1.27/kernel/
Daudit.c1417 int ret = pskb_expand_head(skb, 0, extra, ab->gfp_mask); in audit_expand()
/linux-4.1.27/drivers/net/usb/
Dax88179_178a.c1439 pskb_expand_head(skb, headroom < 0 ? 8 : 0, 0, GFP_ATOMIC)) { in ax88179_tx_fixup()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1368 (pskb_expand_head(first, 0, space, GFP_ATOMIC) < 0)) { in ath10k_unchain_msdu()
Dmac.c2347 if (!pskb_expand_head(skb, 0, arvif->u.ap.noa_len, in ath10k_tx_h_add_p2p_noa_ie()
Dwmi.c2370 if (!pskb_expand_head(bcn, 0, arvif->u.ap.noa_len, GFP_ATOMIC)) in ath10k_wmi_update_noa()
/linux-4.1.27/net/netlink/
Daf_netlink.c1797 if (!pskb_expand_head(skb, 0, -delta, allocation)) in netlink_trim()
/linux-4.1.27/drivers/net/vmxnet3/
Dvmxnet3_drv.c956 if (unlikely(pskb_expand_head(skb, 0, 0, in vmxnet3_tq_xmit()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c2191 if (pskb_expand_head(pkt, 0, ntail, GFP_ATOMIC)) in brcmf_sdio_txpkt_prep_sg()
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c853 if (pskb_expand_head(skb, REDUCED_TX_HEADROOM, 0, GFP_ATOMIC)) { in mwl8k_add_dma_header()