Home
last modified time | relevance | path

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

12

/linux-3.4.99/net/bluetooth/
Dhci_sock.c92 struct sk_buff *skb_copy = NULL; in hci_send_to_sock() local
135 if (!skb_copy) { in hci_send_to_sock()
137 skb_copy = __pskb_copy(skb, 1, GFP_ATOMIC); in hci_send_to_sock()
138 if (!skb_copy) in hci_send_to_sock()
142 memcpy(skb_push(skb_copy, 1), &bt_cb(skb)->pkt_type, 1); in hci_send_to_sock()
145 nskb = skb_clone(skb_copy, GFP_ATOMIC); in hci_send_to_sock()
155 kfree_skb(skb_copy); in hci_send_to_sock()
197 struct sk_buff *skb_copy = NULL; in hci_send_to_monitor() local
239 if (!skb_copy) { in hci_send_to_monitor()
243 skb_copy = __pskb_copy(skb, HCI_MON_HDR_SIZE, GFP_ATOMIC); in hci_send_to_monitor()
[all …]
/linux-3.4.99/net/ax25/
Dax25_ip.c156 if ((ourskb = skb_copy(skb, GFP_ATOMIC)) == NULL) { in ax25_rebuild_header()
Dax25_in.c120 struct sk_buff *skbn = skb_copy(skb, GFP_ATOMIC); in ax25_rx_iframe()
/linux-3.4.99/net/x25/
Dx25_dev.c106 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame()
/linux-3.4.99/net/tipc/
Dname_distr.c115 buf_copy = skb_copy(buf, GFP_ATOMIC); in named_cluster_distribute()
Dport.c116 ibuf = skb_copy(buf, GFP_ATOMIC); in tipc_multicast()
/linux-3.4.99/drivers/isdn/hysdn/
Dhycapi.c208 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-3.4.99/net/batman-adv/
Dsend.c230 newskb = skb_copy(skb, GFP_ATOMIC); in add_bcast_packet_to_list()
/linux-3.4.99/drivers/isdn/mISDN/
Dstack.c75 cskb = skb_copy(skb, GFP_KERNEL); in send_socklist()
105 cskb = skb_copy(skb, GFP_KERNEL); in send_layer2()
Dtei.c1281 cskb = skb_copy(skb, GFP_KERNEL); in mgr_bcast()
/linux-3.4.99/net/irda/
Dirlap_frame.c998 tx_skb = skb_copy(skb, GFP_ATOMIC); in irlap_resend_rejected_frames()
1061 tx_skb = skb_copy(skb, GFP_ATOMIC); in irlap_resend_rejected_frame()
/linux-3.4.99/include/linux/
Dskbuff.h582 extern struct sk_buff *skb_copy(const struct sk_buff *skb,
879 struct sk_buff *nskb = skb_copy(skb, pri); in skb_unshare()
/linux-3.4.99/net/sctp/
Dulpqueue.c358 new = skb_copy(f_frag, GFP_ATOMIC); in sctp_make_reassembled_event()
/linux-3.4.99/net/core/
Dskbuff.c821 struct sk_buff *skb_copy(const struct sk_buff *skb, gfp_t gfp_mask) in skb_copy() function
841 EXPORT_SYMBOL(skb_copy);
3130 skb2 = skb_copy(skb1, GFP_ATOMIC); in skb_cow_data()
/linux-3.4.99/net/mac80211/
Drx.c1771 xmit_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_deliver_skb()
1990 fwd_skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_rx_h_mesh_fwding()
2928 skb = skb_copy(skb, GFP_ATOMIC); in ieee80211_prepare_and_rx_handle()
Dmesh_pathtbl.c314 cp_skb = skb_copy(skb, GFP_ATOMIC); in mesh_path_move_to_queue()
Dtx.c2387 skb = skb_copy(presp, GFP_ATOMIC); in ieee80211_beacon_get_tim()
2504 skb = skb_copy(presp, GFP_ATOMIC); in ieee80211_proberesp_get()
Dibss.c856 skb = skb_copy(presp, GFP_KERNEL); in ieee80211_rx_mgmt_probe_req()
/linux-3.4.99/net/ieee802154/
D6lowpan.c622 skb = skb_copy(new, GFP_ATOMIC); in lowpan_skb_deliver()
/linux-3.4.99/net/can/
Dgw.c357 nskb = skb_copy(skb, GFP_ATOMIC); in can_can_gw_rcv()
/linux-3.4.99/net/decnet/
Ddn_dev.c962 struct sk_buff *skb2 = skb_copy(skb, GFP_ATOMIC); in dn_send_router_hello()
/linux-3.4.99/drivers/staging/bcm/
DPHSModule.c160 newPacket = skb_copy(Packet, GFP_ATOMIC); in PHSTransmit()
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dtxrx.c1539 skb1 = skb_copy(skb, GFP_ATOMIC); in ath6kl_rx()
/linux-3.4.99/net/appletalk/
Dddp.c1688 struct sk_buff *skb2 = skb_copy(skb, GFP_KERNEL); in atalk_sendmsg()
/linux-3.4.99/net/ipx/
Daf_ipx.c858 struct sk_buff *s = skb_copy(skb, GFP_ATOMIC); in ipxitf_pprop()

12