/linux-4.4.14/net/nfc/ |
D | rawsock.c | 373 struct sk_buff *skb_copy = NULL, *nskb; in nfc_send_to_raw_sock() local 380 if (!skb_copy) { in nfc_send_to_raw_sock() 381 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_send_to_raw_sock() 383 if (!skb_copy) in nfc_send_to_raw_sock() 386 data = skb_push(skb_copy, NFC_RAW_HEADER_SIZE); in nfc_send_to_raw_sock() 393 nskb = skb_clone(skb_copy, GFP_ATOMIC); in nfc_send_to_raw_sock() 403 kfree_skb(skb_copy); in nfc_send_to_raw_sock()
|
D | llcp_core.c | 673 struct sk_buff *skb_copy = NULL, *nskb; in nfc_llcp_send_to_raw_sock() local 683 if (skb_copy == NULL) { in nfc_llcp_send_to_raw_sock() 684 skb_copy = __pskb_copy_fclone(skb, NFC_RAW_HEADER_SIZE, in nfc_llcp_send_to_raw_sock() 687 if (skb_copy == NULL) in nfc_llcp_send_to_raw_sock() 690 data = skb_push(skb_copy, NFC_RAW_HEADER_SIZE); in nfc_llcp_send_to_raw_sock() 697 nskb = skb_clone(skb_copy, GFP_ATOMIC); in nfc_llcp_send_to_raw_sock() 707 kfree_skb(skb_copy); in nfc_llcp_send_to_raw_sock() 747 copy_skb = skb_copy(skb, GFP_ATOMIC); in nfc_llcp_tx_work()
|
/linux-4.4.14/net/bluetooth/ |
D | hci_sock.c | 156 struct sk_buff *skb_copy = NULL; in hci_send_to_sock() local 192 if (!skb_copy) { in hci_send_to_sock() 194 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock() 195 if (!skb_copy) in hci_send_to_sock() 199 memcpy(skb_push(skb_copy, 1), &bt_cb(skb)->pkt_type, 1); in hci_send_to_sock() 202 nskb = skb_clone(skb_copy, GFP_ATOMIC); in hci_send_to_sock() 212 kfree_skb(skb_copy); in hci_send_to_sock() 256 struct sk_buff *skb_copy = NULL; in hci_send_to_monitor() local 292 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor() 293 if (!skb_copy) in hci_send_to_monitor() [all …]
|
D | 6lowpan.c | 262 skb_cp = skb_copy(skb, GFP_ATOMIC); in give_skb_to_upper()
|
D | l2cap_core.c | 1983 tx_skb = skb_copy(skb, GFP_KERNEL); in l2cap_ertm_resend()
|
/linux-4.4.14/net/x25/ |
D | x25_dev.c | 108 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame()
|
/linux-4.4.14/net/ax25/ |
D | ax25_ip.c | 153 if ((ourskb = skb_copy(skb, GFP_ATOMIC)) == NULL) { in ax25_ip_xmit()
|
D | ax25_in.c | 119 struct sk_buff *skbn = skb_copy(skb, GFP_ATOMIC); in ax25_rx_iframe()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | xmit_linux.c | 189 newskb = skb_copy(skb, GFP_ATOMIC); in rtw_mlcst2unicst()
|
/linux-4.4.14/drivers/isdn/hysdn/ |
D | hycapi.c | 208 skb = skb_copy(hycapi_applications[i].listen_req[ctrl->cnr - 1], GFP_ATOMIC); in hycapi_restart_internal() 421 if (!(hycapi_applications[appl_id -1].listen_req[ctrl->cnr - 1] = skb_copy(skb, GFP_ATOMIC))) in hycapi_send_message()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | stack.c | 75 cskb = skb_copy(skb, GFP_KERNEL); in send_socklist() 105 cskb = skb_copy(skb, GFP_KERNEL); in send_layer2()
|
D | tei.c | 1312 cskb = skb_copy(skb, GFP_ATOMIC); in mgr_bcast()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | uap_txrx.c | 252 skb_uap = skb_copy(skb, GFP_ATOMIC); in mwifiex_handle_uap_rx_forward()
|
/linux-4.4.14/net/batman-adv/ |
D | send.c | 467 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_add_bcast_packet_to_list()
|
D | bat_iv_ogm.c | 1401 skb_priv = skb_copy(skb, GFP_ATOMIC); in batadv_iv_ogm_process_per_outif()
|
/linux-4.4.14/net/irda/ |
D | irlap_frame.c | 988 tx_skb = skb_copy(skb, GFP_ATOMIC); in irlap_resend_rejected_frames() 1051 tx_skb = skb_copy(skb, GFP_ATOMIC); in irlap_resend_rejected_frame()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | tdls.c | 596 mvm->tdls_cs.peer.skb = skb_copy(tmpl_skb, GFP_KERNEL); in iwl_mvm_tdls_channel_switch()
|
/linux-4.4.14/net/sctp/ |
D | ulpqueue.c | 359 new = skb_copy(f_frag, GFP_ATOMIC); in sctp_make_reassembled_event()
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 593 xmit_skb = skb_copy(skb, GFP_ATOMIC); in wil_netif_rx_any() 1054 skb2 = skb_copy(skb, GFP_ATOMIC); in wil_find_tx_bcast_2()
|
/linux-4.4.14/net/mac80211/ |
D | mesh_pathtbl.c | 309 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue()
|
D | rx.c | 2118 xmit_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_deliver_skb() 2338 fwd_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_rx_h_mesh_fwding() 3429 skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_prepare_and_rx_handle()
|
D | tdls.c | 1047 sdata->u.mgd.teardown_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_tdls_prep_mgmt_packet()
|
D | tx.c | 3537 copy = skb_copy(bcn, GFP_ATOMIC); in ieee80211_beacon_get_tim()
|
D | cfg.c | 3277 ack_skb = skb_copy(skb, gfp); in ieee80211_make_ack_skb()
|
/linux-4.4.14/net/can/ |
D | gw.c | 396 nskb = skb_copy(skb, GFP_ATOMIC); in can_can_gw_rcv()
|
/linux-4.4.14/include/linux/ |
D | skbuff.h | 868 struct sk_buff *skb_copy(const struct sk_buff *skb, gfp_t priority); 1350 struct sk_buff *nskb = skb_copy(skb, pri); in skb_unshare()
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 1016 struct sk_buff *skb_copy(const struct sk_buff *skb, gfp_t gfp_mask) in skb_copy() function 1037 EXPORT_SYMBOL(skb_copy); 3537 skb2 = skb_copy(skb1, GFP_ATOMIC); in skb_cow_data()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.c | 455 trans_skb = skb_copy(skb, GFP_KERNEL); in mlxsw_emad_transmit()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/ |
D | hns_ethtool.c | 430 new_skb = skb_copy(skb, GFP_ATOMIC); in __lb_other_process()
|
D | hns_enet.c | 129 new_skb = skb_copy(skb, GFP_ATOMIC); in hns_nic_net_xmit_hw()
|
/linux-4.4.14/net/decnet/ |
D | dn_dev.c | 964 struct sk_buff *skb2 = skb_copy(skb, GFP_ATOMIC); in dn_send_router_hello()
|
/linux-4.4.14/net/appletalk/ |
D | ddp.c | 1679 struct sk_buff *skb2 = skb_copy(skb, GFP_KERNEL); in atalk_sendmsg()
|
/linux-4.4.14/kernel/ |
D | audit.c | 470 copy = skb_copy(skb, gfp_mask); in kauditd_send_multicast_skb()
|
/linux-4.4.14/net/ipx/ |
D | af_ipx.c | 839 struct sk_buff *s = skb_copy(skb, GFP_ATOMIC); in ipxitf_pprop()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | txrx.c | 1576 skb1 = skb_copy(skb, GFP_ATOMIC); in ath6kl_rx()
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 804 rxb->subframes[0] = skb_copy(skb, GFP_ATOMIC); in parse_subframe()
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.c | 2894 skb = skb_copy(skb, GFP_KERNEL); in __netlink_dump_start()
|
/linux-4.4.14/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1221 nskb = skb_copy(skb, GFP_ATOMIC); in mac80211_hwsim_tx_frame_no_nl()
|
D | mwl8k.c | 1287 priv->beacon_skb = skb_copy(skb, GFP_ATOMIC); in mwl8k_save_beacon()
|
/linux-4.4.14/net/ipv4/ |
D | tcp_output.c | 2917 struct sk_buff *nskb = skb_copy(skb, GFP_ATOMIC); in tcp_send_synack()
|
/linux-4.4.14/net/key/ |
D | af_key.c | 1841 skb = skb_copy(skb, GFP_KERNEL); in pfkey_promisc()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2200.c | 7998 skb = skb_copy(rxb->skb, GFP_ATOMIC); in ipw_handle_promiscuous_rx()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | tg3.c | 7793 new_skb = skb_copy(skb, GFP_ATOMIC); in tigon3_dma_hwbug_workaround()
|