Searched refs:skb_morph (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_fragment.c500 skb_morph(head, qp->q.fragments);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dreassembly.c439 skb_morph(head, fq->q.fragments);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dskbuff.h552 extern struct sk_buff *skb_morph(struct sk_buff *dst, struct sk_buff *src);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dskbuff.c667 * skb_morph - morph one skb into another
676 struct sk_buff *skb_morph(struct sk_buff *dst, struct sk_buff *src) function
681 EXPORT_SYMBOL_GPL(skb_morph); variable

Completed in 110 milliseconds