/linux-3.4.99/net/bluetooth/ |
D | hci_sock.c | 92 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/ |
D | ax25_ip.c | 156 if ((ourskb = skb_copy(skb, GFP_ATOMIC)) == NULL) { in ax25_rebuild_header()
|
D | ax25_in.c | 120 struct sk_buff *skbn = skb_copy(skb, GFP_ATOMIC); in ax25_rx_iframe()
|
/linux-3.4.99/net/x25/ |
D | x25_dev.c | 106 nskb = skb_copy(skb, GFP_ATOMIC); in x25_lapb_receive_frame()
|
/linux-3.4.99/net/tipc/ |
D | name_distr.c | 115 buf_copy = skb_copy(buf, GFP_ATOMIC); in named_cluster_distribute()
|
D | port.c | 116 ibuf = skb_copy(buf, GFP_ATOMIC); in tipc_multicast()
|
/linux-3.4.99/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-3.4.99/net/batman-adv/ |
D | send.c | 230 newskb = skb_copy(skb, GFP_ATOMIC); in add_bcast_packet_to_list()
|
/linux-3.4.99/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 | 1281 cskb = skb_copy(skb, GFP_KERNEL); in mgr_bcast()
|
/linux-3.4.99/net/irda/ |
D | irlap_frame.c | 998 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/ |
D | skbuff.h | 582 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/ |
D | ulpqueue.c | 358 new = skb_copy(f_frag, GFP_ATOMIC); in sctp_make_reassembled_event()
|
/linux-3.4.99/net/core/ |
D | skbuff.c | 821 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/ |
D | rx.c | 1771 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()
|
D | mesh_pathtbl.c | 314 cp_skb = skb_copy(skb, GFP_ATOMIC); in mesh_path_move_to_queue()
|
D | tx.c | 2387 skb = skb_copy(presp, GFP_ATOMIC); in ieee80211_beacon_get_tim() 2504 skb = skb_copy(presp, GFP_ATOMIC); in ieee80211_proberesp_get()
|
D | ibss.c | 856 skb = skb_copy(presp, GFP_KERNEL); in ieee80211_rx_mgmt_probe_req()
|
/linux-3.4.99/net/ieee802154/ |
D | 6lowpan.c | 622 skb = skb_copy(new, GFP_ATOMIC); in lowpan_skb_deliver()
|
/linux-3.4.99/net/can/ |
D | gw.c | 357 nskb = skb_copy(skb, GFP_ATOMIC); in can_can_gw_rcv()
|
/linux-3.4.99/net/decnet/ |
D | dn_dev.c | 962 struct sk_buff *skb2 = skb_copy(skb, GFP_ATOMIC); in dn_send_router_hello()
|
/linux-3.4.99/drivers/staging/bcm/ |
D | PHSModule.c | 160 newPacket = skb_copy(Packet, GFP_ATOMIC); in PHSTransmit()
|
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/ |
D | txrx.c | 1539 skb1 = skb_copy(skb, GFP_ATOMIC); in ath6kl_rx()
|
/linux-3.4.99/net/appletalk/ |
D | ddp.c | 1688 struct sk_buff *skb2 = skb_copy(skb, GFP_KERNEL); in atalk_sendmsg()
|
/linux-3.4.99/net/ipx/ |
D | af_ipx.c | 858 struct sk_buff *s = skb_copy(skb, GFP_ATOMIC); in ipxitf_pprop()
|