Searched refs:skb_unshare (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/ieee802154/6lowpan/
H A Drx.c297 skb = skb_unshare(skb, GFP_ATOMIC);
H A Dtx.c277 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/net/dsa/
H A Dtag.c67 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/net/core/
H A Dselftests.c184 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/net/rxrpc/
H A Dio_thread.c232 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/net/tipc/
H A Dmsg.c148 frag = skb_unshare(frag, GFP_ATOMIC);
/linux-master/net/bluetooth/
H A D6lowpan.c507 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c260 skb = skb_unshare(skb, GFP_ATOMIC);
849 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/net/sched/
H A Dsch_netem.c447 /* We don't fill cb now as skb_unshare() may invalidate it */
513 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/drivers/net/
H A Dmacsec.c625 skb = skb_unshare(skb, GFP_ATOMIC);
933 skb = skb_unshare(skb, GFP_ATOMIC);
1139 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/net/appletalk/
H A Dddp.c1357 skb = skb_unshare(skb, GFP_ATOMIC);
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1103 skb = skb_unshare(skb, GFP_ATOMIC);
1105 /* skb_unshare() has already freed the skb */
H A Ddpaa2-eth.c1422 skb = skb_unshare(skb, GFP_ATOMIC);
1424 /* skb_unshare() has already freed the skb */
/linux-master/include/linux/
H A Dskbuff.h2050 * skb_unshare - make a copy of a shared buffer
2062 static inline struct sk_buff *skb_unshare(struct sk_buff *skb, function

Completed in 358 milliseconds