Home
last modified time | relevance | path

Searched refs:skb_copy (Results 1 – 25 of 47) sorted by relevance

12

/kernel/linux/linux-5.10/net/nfc/
Drawsock.c360 struct sk_buff *skb_copy = NULL, *nskb; in nfc_send_to_raw_sock() local
367 if (!skb_copy) { in nfc_send_to_raw_sock()
368 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock()
370 if (!skb_copy) in nfc_send_to_raw_sock()
373 data = skb_push(skb_copy, NFC_RAW_HEADER_SIZE); in nfc_send_to_raw_sock()
380 nskb = skb_clone(skb_copy, GFP_ATOMIC); in nfc_send_to_raw_sock()
390 kfree_skb(skb_copy); in nfc_send_to_raw_sock()
Dllcp_core.c677 struct sk_buff *skb_copy = NULL, *nskb; in nfc_llcp_send_to_raw_sock() local
687 if (skb_copy == NULL) { in nfc_llcp_send_to_raw_sock()
688 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock()
691 if (skb_copy == NULL) in nfc_llcp_send_to_raw_sock()
694 data = skb_push(skb_copy, NFC_RAW_HEADER_SIZE); in nfc_llcp_send_to_raw_sock()
701 nskb = skb_clone(skb_copy, GFP_ATOMIC); in nfc_llcp_send_to_raw_sock()
711 kfree_skb(skb_copy); in nfc_llcp_send_to_raw_sock()
750 copy_skb = skb_copy(skb, GFP_ATOMIC); in nfc_llcp_tx_work()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_sock.c205 struct sk_buff *skb_copy = NULL; in hci_send_to_sock() local
243 if (!skb_copy) { in hci_send_to_sock()
245 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock()
246 if (!skb_copy) in hci_send_to_sock()
250 memcpy(skb_push(skb_copy, 1), &hci_skb_pkt_type(skb), 1); in hci_send_to_sock()
253 nskb = skb_clone(skb_copy, GFP_ATOMIC); in hci_send_to_sock()
263 kfree_skb(skb_copy); in hci_send_to_sock()
312 struct sk_buff *skb_copy = NULL; in hci_send_to_monitor() local
354 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
355 if (!skb_copy) in hci_send_to_monitor()
[all …]
D6lowpan.c268 skb_cp = skb_copy(skb, GFP_ATOMIC); in give_skb_to_upper()
/kernel/linux/linux-5.10/net/x25/
Dx25_dev.c103 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame()
/kernel/linux/linux-5.10/net/ax25/
Dax25_ip.c151 if ((ourskb = skb_copy(skb, GFP_ATOMIC)) == NULL) { in ax25_ip_xmit()
Dax25_in.c116 struct sk_buff *skbn = skb_copy(skb, GFP_ATOMIC); in ax25_rx_iframe()
/kernel/linux/linux-5.10/net/lapb/
Dlapb_out.c85 skbn = skb_copy(skb, GFP_ATOMIC); in lapb_kick()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
Duap_txrx.c257 skb_uap = skb_copy(skb, GFP_ATOMIC); in mwifiex_handle_uap_rx_forward()
297 skb_uap = skb_copy(skb, GFP_ATOMIC); in mwifiex_uap_recv_packet()
/kernel/linux/linux-5.10/net/batman-adv/
Dmulticast.c1498 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_tt()
1540 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_want_all_ipv4()
1577 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_want_all_ipv6()
1643 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_want_all_rtr4()
1680 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_mcast_forw_want_all_rtr6()
Dbat_v_elp.c277 skb = skb_copy(hard_iface->bat_v.elp_skb, GFP_ATOMIC); in batadv_v_elp_periodic_work()
Dsend.c768 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_add_bcast_packet_to_list()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c47 return skb_copy(skb, in_interrupt() ? GFP_ATOMIC : GFP_KERNEL); in _rtw_skb_copy()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
Dxmit_linux.c133 newskb = skb_copy(skb, GFP_ATOMIC); in rtw_mlcst2unicst()
/kernel/linux/linux-5.10/net/bridge/
Dbr_forward.c256 skb = skb_copy(skb, GFP_ATOMIC); in maybe_deliver_addr()
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Dstack.c69 cskb = skb_copy(skb, GFP_ATOMIC); in send_socklist()
98 cskb = skb_copy(skb, GFP_KERNEL); in send_layer2()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtdls.c593 mvm->tdls_cs.peer.skb = skb_copy(tmpl_skb, GFP_KERNEL); in iwl_mvm_tdls_channel_switch()
/kernel/linux/linux-5.10/net/mac80211/
Dmesh_pathtbl.c188 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue()
Drx.c262 skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_handle_mu_mimo_mon()
2653 xmit_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_deliver_skb()
4521 xmit_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_invoke_fast_rx()
4593 skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_prepare_and_rx_handle()
/kernel/linux/linux-5.10/net/sctp/
Dulpqueue.c351 new = skb_copy(f_frag, GFP_ATOMIC); in sctp_make_reassembled_event()
/kernel/linux/linux-5.10/net/ipv6/
Dicmp.c668 skb2 = data_len ? skb_copy(skb, GFP_ATOMIC) : skb_clone(skb, GFP_ATOMIC); in ip6_err_gen_icmpv6_unreach()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dtxrx.c922 xmit_skb = skb_copy(skb, GFP_ATOMIC); in wil_netif_rx()
1606 skb2 = skb_copy(skb, GFP_ATOMIC); in wil_find_tx_bcast_2()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c225 new_skb = skb_copy(skb, GFP_ATOMIC); in hns_nic_maybe_stop_tx()
266 new_skb = skb_copy(skb, GFP_ATOMIC); in hns_nic_maybe_stop_tso()
Dhns_ethtool.c416 new_skb = skb_copy(skb, GFP_ATOMIC); in __lb_other_process()
/kernel/linux/linux-5.10/net/decnet/
Ddn_dev.c966 struct sk_buff *skb2 = skb_copy(skb, GFP_ATOMIC); in dn_send_router_hello()

12