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

/linux-4.4.14/net/ieee802154/6lowpan/
H A Dreassembly.c247 skb_morph(head, fq->q.fragments); lowpan_frag_reasm()
/linux-4.4.14/net/ipv4/
H A Dip_fragment.c554 skb_morph(head, qp->q.fragments); ip_frag_reasm()
/linux-4.4.14/net/ipv6/
H A Dreassembly.c408 skb_morph(head, fq->q.fragments); ip6_frag_reasm()
/linux-4.4.14/net/openvswitch/
H A Dconntrack.c341 skb_morph(skb, reasm); handle_fragments()
/linux-4.4.14/net/core/
H A Dskbuff.c847 * skb_morph - morph one skb into another
856 struct sk_buff *skb_morph(struct sk_buff *dst, struct sk_buff *src) skb_morph() function
861 EXPORT_SYMBOL_GPL(skb_morph); variable
/linux-4.4.14/include/linux/
H A Dskbuff.h865 struct sk_buff *skb_morph(struct sk_buff *dst, struct sk_buff *src);

Completed in 290 milliseconds