Home
last modified time | relevance | path

Searched refs:skb_unshare (Results 1 – 15 of 15) sorted by relevance

/linux/net/dsa/
H A Dtag.c67 skb = skb_unshare(skb, GFP_ATOMIC); in dsa_switch_rcv()
/linux/net/ieee802154/6lowpan/
H A Drx.c297 skb = skb_unshare(skb, GFP_ATOMIC); in lowpan_rcv()
H A Dtx.c277 skb = skb_unshare(skb, GFP_ATOMIC); in lowpan_xmit()
/linux/net/rxrpc/
H A Dio_thread.c252 skb = skb_unshare(skb, GFP_ATOMIC); in rxrpc_input_packet()
/linux/net/tipc/
H A Dmsg.c148 frag = skb_unshare(frag, GFP_ATOMIC); in tipc_buf_append()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c260 skb = skb_unshare(skb, GFP_ATOMIC); in stmmac_test_loopback_validate()
849 skb = skb_unshare(skb, GFP_ATOMIC); in stmmac_test_vlan_validate()
/linux/net/bluetooth/
H A D6lowpan.c508 skb = skb_unshare(skb, GFP_ATOMIC); in bt_xmit()
/linux/net/sched/
H A Dsch_netem.c452 /* We don't fill cb now as skb_unshare() may invalidate it */ in netem_enqueue()
509 skb = skb_unshare(skb, GFP_ATOMIC); in netem_enqueue()
/linux/drivers/net/
H A Dmacsec.c637 skb = skb_unshare(skb, GFP_ATOMIC); in macsec_encrypt()
945 skb = skb_unshare(skb, GFP_ATOMIC); in macsec_decrypt()
1151 skb = skb_unshare(skb, GFP_ATOMIC); in macsec_handle_frame()
/linux/net/mctp/
H A Droute.c393 key->reasm_head = skb_unshare(skb, GFP_ATOMIC); in mctp_frag_queue()
/linux/net/appletalk/
H A Dddp.c1371 skb = skb_unshare(skb, GFP_ATOMIC); in atalk_route_packet()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c2112 skb = skb_unshare(skb, GFP_ATOMIC); in otx2_dma_map_skb_frag()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1104 skb = skb_unshare(skb, GFP_ATOMIC); in dpaa2_switch_port_tx()
1106 /* skb_unshare() has already freed the skb */ in dpaa2_switch_port_tx()
H A Ddpaa2-eth.c1422 skb = skb_unshare(skb, GFP_ATOMIC); in __dpaa2_eth_tx()
1424 /* skb_unshare() has already freed the skb */ in __dpaa2_eth_tx()
/linux/include/linux/
H A Dskbuff.h2104 * skb_unshare - make a copy of a shared buffer
2116 static inline struct sk_buff *skb_unshare(struct sk_buff *skb, in skb_unshare() function