Searched refs:skb_unshare (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_80211_tx.c | 215 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 D | tag.c | 67 skb = skb_unshare(skb, GFP_ATOMIC); in dsa_switch_rcv()
|
/openbmc/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()
|
/openbmc/linux/net/core/ |
H A D | selftests.c | 184 skb = skb_unshare(skb, GFP_ATOMIC); in net_test_loopback_validate()
|
/openbmc/linux/net/rxrpc/ |
H A D | io_thread.c | 227 skb = skb_unshare(skb, GFP_ATOMIC); in rxrpc_input_packet()
|
/openbmc/linux/net/tipc/ |
H A D | msg.c | 148 frag = skb_unshare(frag, GFP_ATOMIC); in tipc_buf_append()
|
/openbmc/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()
|
/openbmc/linux/net/bluetooth/ |
H A D | 6lowpan.c | 507 skb = skb_unshare(skb, GFP_ATOMIC); in bt_xmit()
|
/openbmc/linux/net/sched/ |
H A D | sch_netem.c | 508 skb = skb_unshare(skb, GFP_ATOMIC); in netem_enqueue()
|
/openbmc/linux/drivers/net/ |
H A D | macsec.c | 609 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 D | ddp.c | 1390 skb = skb_unshare(skb, GFP_ATOMIC); in atalk_route_packet()
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch.c | 1103 skb = skb_unshare(skb, GFP_ATOMIC); in dpaa2_switch_port_tx()
|
H A D | dpaa2-eth.c | 1422 skb = skb_unshare(skb, GFP_ATOMIC); in __dpaa2_eth_tx()
|
/openbmc/linux/include/linux/ |
H A D | skbuff.h | 2030 static inline struct sk_buff *skb_unshare(struct sk_buff *skb, in skb_unshare() function
|