Searched refs:skb_unshare (Results 1 – 15 of 15) sorted by relevance
/linux/net/dsa/ |
H A D | tag.c | 67 skb = skb_unshare(skb, GFP_ATOMIC); in dsa_switch_rcv()
|
/linux/net/ieee802154/6lowpan/ |
H A D | rx.c | 297 skb = skb_unshare(skb, GFP_ATOMIC); in lowpan_rcv()
|
H A D | tx.c | 277 skb = skb_unshare(skb, GFP_ATOMIC); in lowpan_xmit()
|
/linux/net/rxrpc/ |
H A D | io_thread.c | 252 skb = skb_unshare(skb, GFP_ATOMIC); in rxrpc_input_packet()
|
/linux/net/tipc/ |
H A D | msg.c | 148 frag = skb_unshare(frag, GFP_ATOMIC); in tipc_buf_append()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_selftests.c | 260 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 D | 6lowpan.c | 508 skb = skb_unshare(skb, GFP_ATOMIC); in bt_xmit()
|
/linux/net/sched/ |
H A D | sch_netem.c | 452 /* 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 D | macsec.c | 637 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 D | route.c | 393 key->reasm_head = skb_unshare(skb, GFP_ATOMIC); in mctp_frag_queue()
|
/linux/net/appletalk/ |
H A D | ddp.c | 1371 skb = skb_unshare(skb, GFP_ATOMIC); in atalk_route_packet()
|
/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_common.c | 2112 skb = skb_unshare(skb, GFP_ATOMIC); in otx2_dma_map_skb_frag()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 1104 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 D | dpaa2-eth.c | 1422 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 D | skbuff.h | 2104 * 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
|