/linux-2.6.39/net/sched/ |
D | act_nat.c | 149 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()
|
D | act_csum.c | 127 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()
|
D | act_pedit.c | 131 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_pedit()
|
D | act_ipt.c | 206 if (pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in tcf_ipt()
|
/linux-2.6.39/net/ipv4/ |
D | netfilter.c | 84 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()
|
D | xfrm4_input.c | 135 if (skb_cloned(skb) && pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in xfrm4_udp_encap_rcv()
|
D | xfrm4_mode_tunnel.c | 79 (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in xfrm4_mode_tunnel_input()
|
D | ah4.c | 321 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ah_input()
|
D | ip_fragment.c | 561 if (skb_cloned(head) && pskb_expand_head(head, 0, 0, GFP_ATOMIC)) in ip_frag_reasm()
|
/linux-2.6.39/drivers/net/wan/ |
D | hdlc_raw_eth.c | 34 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) { in eth_tx()
|
/linux-2.6.39/net/ipv6/ |
D | xfrm6_mode_tunnel.c | 74 (err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC))) in xfrm6_mode_tunnel_input()
|
D | exthdrs.c | 233 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()
|
D | ah6.c | 521 pskb_expand_head(skb, 0, 0, GFP_ATOMIC)) in ah6_input()
|
/linux-2.6.39/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-2.6.39/net/xfrm/ |
D | xfrm_output.c | 38 return pskb_expand_head(skb, nhead, ntail, GFP_ATOMIC); in xfrm_state_check_space()
|
/linux-2.6.39/net/core/ |
D | skbuff.c | 767 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/ |
D | rx.c | 250 pskb_expand_head(skb, sizeof(struct rx_radiotap_hdr), 0, GFP_ATOMIC)) { in process_rxed_802_11_packet()
|
/linux-2.6.39/net/tipc/ |
D | eth_media.c | 81 pskb_expand_head(clone, SKB_DATA_ALIGN(delta), 0, GFP_ATOMIC)) { in send_msg()
|
/linux-2.6.39/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 218 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/ |
D | xt_TCPMSS.c | 120 if (pskb_expand_head(skb, 0, in tcpmss_mangle_packet()
|
/linux-2.6.39/net/batman-adv/ |
D | unicast.c | 57 if (pskb_expand_head(skb, 0, tmp_skb->len, GFP_ATOMIC) < 0) in frag_merge_packet()
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | nf_nat_helper.c | 139 if (pskb_expand_head(skb, 0, extra - skb_tailroom(skb), GFP_ATOMIC)) in enlarge_skb()
|
/linux-2.6.39/drivers/net/wimax/i2400m/ |
D | netdev.c | 379 result = pskb_expand_head(skb, 0, 0, GFP_ATOMIC); in i2400m_hard_start_xmit()
|
/linux-2.6.39/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 361 if (skb_cloned(head) && pskb_expand_head(head, 0, 0, GFP_ATOMIC)) { in nf_ct_frag6_reasm()
|
/linux-2.6.39/include/linux/ |
D | skbuff.h | 516 extern int pskb_expand_head(struct sk_buff *skb, 1627 return pskb_expand_head(skb, ALIGN(delta, NET_SKB_PAD), 0, in __skb_cow()
|