Home
last modified time | relevance | path

Searched refs:pskb_copy (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/core/
Dskbuff.c561 struct sk_buff *pskb_copy(struct sk_buff *skb, int gfp_mask) in pskb_copy() function
676 return pskb_copy(skb, GFP_ATOMIC); in skb_realloc_headroom()
/linux-2.4.37.9/net/
Dnetsyms.c161 EXPORT_SYMBOL(pskb_copy);
/linux-2.4.37.9/include/linux/
Dskbuff.h237 extern struct sk_buff * pskb_copy(struct sk_buff *skb, int gfp_mask);
/linux-2.4.37.9/net/ipv4/
Dtcp_output.c896 pskb_copy(skb, GFP_ATOMIC): in tcp_retransmit_skb()