Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c215 skb = skb_unshare(skb, GFP_ATOMIC); in hostap_data_start_xmit()
235 skb = skb_unshare(skb, GFP_ATOMIC); in hostap_data_start_xmit()
343 skb = skb_unshare(skb, GFP_ATOMIC); in hostap_tx_encrypt()
/openbmc/linux/net/dsa/
H A Dtag.c67 skb = skb_unshare(skb, GFP_ATOMIC); in dsa_switch_rcv()
/openbmc/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()
/openbmc/linux/net/core/
H A Dselftests.c184 skb = skb_unshare(skb, GFP_ATOMIC); in net_test_loopback_validate()
/openbmc/linux/net/rxrpc/
H A Dio_thread.c227 skb = skb_unshare(skb, GFP_ATOMIC); in rxrpc_input_packet()
/openbmc/linux/net/tipc/
H A Dmsg.c148 frag = skb_unshare(frag, GFP_ATOMIC); in tipc_buf_append()
/openbmc/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()
/openbmc/linux/net/bluetooth/
H A D6lowpan.c507 skb = skb_unshare(skb, GFP_ATOMIC); in bt_xmit()
/openbmc/linux/net/sched/
H A Dsch_netem.c508 skb = skb_unshare(skb, GFP_ATOMIC); in netem_enqueue()
/openbmc/linux/drivers/net/
H A Dmacsec.c609 skb = skb_unshare(skb, GFP_ATOMIC); in macsec_encrypt()
917 skb = skb_unshare(skb, GFP_ATOMIC); in macsec_decrypt()
1123 skb = skb_unshare(skb, GFP_ATOMIC); in macsec_handle_frame()
/openbmc/linux/net/appletalk/
H A Dddp.c1390 skb = skb_unshare(skb, GFP_ATOMIC); in atalk_route_packet()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c1103 skb = skb_unshare(skb, GFP_ATOMIC); in dpaa2_switch_port_tx()
H A Ddpaa2-eth.c1422 skb = skb_unshare(skb, GFP_ATOMIC); in __dpaa2_eth_tx()
/openbmc/linux/include/linux/
H A Dskbuff.h2030 static inline struct sk_buff *skb_unshare(struct sk_buff *skb, in skb_unshare() function