Home
last modified time | relevance | path

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

12

/net/nfc/
Drawsock.c373 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()
Dllcp_core.c673 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()
746 copy_skb = skb_copy(skb, GFP_ATOMIC); in nfc_llcp_tx_work()
/net/bluetooth/
Dhci_sock.c194 struct sk_buff *skb_copy = NULL; in hci_send_to_sock() local
230 if (!skb_copy) { in hci_send_to_sock()
232 skb_copy = __pskb_copy_fclone(skb, 1, GFP_ATOMIC, true); in hci_send_to_sock()
233 if (!skb_copy) in hci_send_to_sock()
237 memcpy(skb_push(skb_copy, 1), &hci_skb_pkt_type(skb), 1); in hci_send_to_sock()
240 nskb = skb_clone(skb_copy, GFP_ATOMIC); in hci_send_to_sock()
250 kfree_skb(skb_copy); in hci_send_to_sock()
294 struct sk_buff *skb_copy = NULL; in hci_send_to_monitor() local
330 skb_copy = __pskb_copy_fclone(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC, true); in hci_send_to_monitor()
331 if (!skb_copy) in hci_send_to_monitor()
[all …]
D6lowpan.c265 skb_cp = skb_copy(skb, GFP_ATOMIC); in give_skb_to_upper()
/net/x25/
Dx25_dev.c108 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame()
/net/ax25/
Dax25_ip.c153 if ((ourskb = skb_copy(skb, GFP_ATOMIC)) == NULL) { in ax25_ip_xmit()
Dax25_in.c119 struct sk_buff *skbn = skb_copy(skb, GFP_ATOMIC); in ax25_rx_iframe()
/net/batman-adv/
Dbat_v_elp.c263 skb = skb_copy(hard_iface->bat_v.elp_skb, GFP_ATOMIC); in batadv_v_elp_periodic_work()
Dsend.c581 newskb = skb_copy(skb, GFP_ATOMIC); in batadv_add_bcast_packet_to_list()
Dbat_iv_ogm.c1445 skb_priv = skb_copy(skb, GFP_ATOMIC); in batadv_iv_ogm_process_per_outif()
/net/irda/
Dirlap_frame.c988 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()
/net/mac80211/
Drx.c247 skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_handle_mu_mimo_mon()
2268 xmit_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_deliver_skb()
2518 fwd_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_rx_h_mesh_fwding()
4009 xmit_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_invoke_fast_rx()
4080 skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_prepare_and_rx_handle()
Dmesh_pathtbl.c187 skb = skb_copy(fskb, GFP_ATOMIC); in mesh_path_move_to_queue()
Dtdls.c1059 sdata->u.mgd.teardown_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_tdls_prep_mgmt_packet()
Dcfg.c3230 ack_skb = skb_copy(skb, gfp); in ieee80211_attach_ack_skb()
Dtx.c4180 copy = skb_copy(bcn, GFP_ATOMIC); in ieee80211_beacon_get_tim()
/net/sctp/
Dulpqueue.c363 new = skb_copy(f_frag, GFP_ATOMIC); in sctp_make_reassembled_event()
/net/ipv6/
Dicmp.c586 skb2 = data_len ? skb_copy(skb, GFP_ATOMIC) : skb_clone(skb, GFP_ATOMIC); in ip6_err_gen_icmpv6_unreach()
/net/can/
Dgw.c396 nskb = skb_copy(skb, GFP_ATOMIC); in can_can_gw_rcv()
/net/core/
Dskbuff.c1092 struct sk_buff *skb_copy(const struct sk_buff *skb, gfp_t gfp_mask) in skb_copy() function
1113 EXPORT_SYMBOL(skb_copy);
3685 skb2 = skb_copy(skb1, GFP_ATOMIC); in skb_cow_data()
/net/decnet/
Ddn_dev.c964 struct sk_buff *skb2 = skb_copy(skb, GFP_ATOMIC); in dn_send_router_hello()
/net/appletalk/
Dddp.c1679 struct sk_buff *skb2 = skb_copy(skb, GFP_KERNEL); in atalk_sendmsg()
/net/ipx/
Daf_ipx.c839 struct sk_buff *s = skb_copy(skb, GFP_ATOMIC); in ipxitf_pprop()
/net/ipv4/
Dtcp_output.c3040 struct sk_buff *nskb = skb_copy(skb, GFP_ATOMIC); in tcp_send_synack()
/net/key/
Daf_key.c1889 skb = skb_copy(skb, GFP_KERNEL); in pfkey_promisc()

12