Home
last modified time | relevance | path

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

123

/linux-2.6.39/net/sched/
Dact_nat.c149 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_nat()
179 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_nat()
193 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_nat()
236 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_nat()
Dact_csum.c127 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in tcf_csum_skb_nextlayer()
377 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_csum_ipv4()
Dact_pedit.c131 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_pedit()
Dact_ipt.c206 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_ipt()
/linux-2.6.39/net/ipv4/
Dnetfilter.c84 pskb_expand_head(skb, hh_len - skb_headroom(skb), 0, GFP_ATOMIC)) in ip_route_me_harder()
118 pskb_expand_head(skb, hh_len - skb_headroom(skb), 0, GFP_ATOMIC)) in ip_xfrm_me_harder()
Dxfrm4_input.c135 if (skb_cloned(skb) && pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in xfrm4_udp_encap_rcv()
Dxfrm4_mode_tunnel.c79 (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in xfrm4_mode_tunnel_input()
Dah4.c321 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ah_input()
Dip_fragment.c561 if (skb_cloned(head) && pskb_expand_head(head, 0, 0, GFP_ATOMIC)) in ip_frag_reasm()
/linux-2.6.39/drivers/net/wan/
Dhdlc_raw_eth.c34 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
/linux-2.6.39/net/ipv6/
Dxfrm6_mode_tunnel.c74 (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in xfrm6_mode_tunnel_input()
Dexthdrs.c233 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ipv6_dest_hao()
418 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) { in ipv6_rthdr_rcv()
Dah6.c521 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ah6_input()
/linux-2.6.39/Documentation/networking/
Dtc-actions-env-rules.txt15 2) If you munge any packet thou shalt call pskb_expand_head in the case
/linux-2.6.39/net/xfrm/
Dxfrm_output.c38 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_state_check_space()
/linux-2.6.39/net/core/
Dskbuff.c767 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head() function
858 EXPORT_SYMBOL(pskb_expand_head);
871 if (skb2 && pskb_expand_head(skb2, SKB_DATA_ALIGN(delta), 0, in skb_realloc_headroom()
973 err = pskb_expand_head(skb, 0, ntail, GFP_ATOMIC); in skb_pad()
1079 unlikely((err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC)))) in ___pskb_trim()
1186 if (pskb_expand_head(skb, 0, eat > 0 ? eat + 128 : 0, in __pskb_pull_tail()
2096 return skb_cloned(skb) && pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in skb_prepare_for_shift()
2904 pskb_expand_head(skb, 0, tailbits-skb_tailroom(skb)+128, GFP_ATOMIC)) in skb_cow_data()
/linux-2.6.39/drivers/net/wireless/libertas/
Drx.c250 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()
/linux-2.6.39/net/tipc/
Deth_media.c81 pskb_expand_head(clone, SKB_DATA_ALIGN(delta), 0, GFP_ATOMIC)) { in send_msg()
/linux-2.6.39/drivers/net/wireless/hostap/
Dhostap_80211_tx.c218 if (pskb_expand_head(skb, need_headroom, need_tailroom, in hostap_data_start_xmit()
351 pskb_expand_head(skb, prefix_len, postfix_len, GFP_ATOMIC)) { in hostap_tx_encrypt()
/linux-2.6.39/net/netfilter/
Dxt_TCPMSS.c120 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
/linux-2.6.39/net/batman-adv/
Dunicast.c57 if (pskb_expand_head(skb, 0, tmp_skb->len, GFP_ATOMIC) < 0) in frag_merge_packet()
/linux-2.6.39/net/ipv4/netfilter/
Dnf_nat_helper.c139 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
/linux-2.6.39/drivers/net/wimax/i2400m/
Dnetdev.c379 result = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in i2400m_hard_start_xmit()
/linux-2.6.39/net/ipv6/netfilter/
Dnf_conntrack_reasm.c361 if (skb_cloned(head) && pskb_expand_head(head, 0, 0, GFP_ATOMIC)) { in nf_ct_frag6_reasm()
/linux-2.6.39/include/linux/
Dskbuff.h516 extern int pskb_expand_head(struct sk_buff *skb,
1627 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0, in __skb_cow()

123