| /Linux-v5.4/net/bluetooth/ | 
| D | hci_sock.c | 379 		skb = bt_skb_alloc(6 + data_len, GFP_ATOMIC);  in hci_send_monitor_ctrl_event()414 		skb = bt_skb_alloc(HCI_MON_NEW_INDEX_SIZE, GFP_ATOMIC);  in create_monitor_event()
 428 		skb = bt_skb_alloc(0, GFP_ATOMIC);  in create_monitor_event()
 442 		skb = bt_skb_alloc(HCI_MON_INDEX_INFO_SIZE, GFP_ATOMIC);  in create_monitor_event()
 454 		skb = bt_skb_alloc(0, GFP_ATOMIC);  in create_monitor_event()
 462 		skb = bt_skb_alloc(0, GFP_ATOMIC);  in create_monitor_event()
 515 	skb = bt_skb_alloc(14 + TASK_COMM_LEN , GFP_ATOMIC);  in create_monitor_ctrl_open()
 560 	skb = bt_skb_alloc(4, GFP_ATOMIC);  in create_monitor_ctrl_close()
 586 	skb = bt_skb_alloc(6 + len, GFP_ATOMIC);  in create_monitor_ctrl_command()
 618 	skb = bt_skb_alloc(len + 1, GFP_ATOMIC);  in send_monitor_note()
 [all …]
 
 | 
| D | mgmt_util.c | 39 	skb = bt_skb_alloc(6 + len, GFP_ATOMIC);  in create_monitor_ctrl_event()
 | 
| D | a2mp.c | 727 	skb = bt_skb_alloc(hdr_len + len, GFP_KERNEL);  in a2mp_chan_alloc_skb_cb()
 | 
| /Linux-v5.4/drivers/bluetooth/ | 
| D | hci_intel.c | 167 	skb = bt_skb_alloc(sizeof(suspend), GFP_KERNEL);  in intel_lpm_suspend()212 	skb = bt_skb_alloc(0, GFP_KERNEL);  in intel_lpm_resume()
 252 	skb = bt_skb_alloc(sizeof(lpm_resume_ack), GFP_KERNEL);  in intel_lpm_host_wake()
 449 	skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL);  in inject_cmd_complete()
 506 	skb = bt_skb_alloc(sizeof(speed_cmd), GFP_KERNEL);  in intel_set_baudrate()
 
 | 
| D | hci_vhci.c | 95 	skb = bt_skb_alloc(4, GFP_KERNEL);  in __vhci_create_device()165 	skb = bt_skb_alloc(len, GFP_KERNEL);  in vhci_get_user()
 
 | 
| D | h4_recv.h | 60 				skb = bt_skb_alloc((&pkts[i])->maxlen,  in h4_recv_buf()
 | 
| D | hci_mrvl.c | 150 	skb = bt_skb_alloc(0, GFP_ATOMIC);  in mrvl_send_ack()333 		skb = bt_skb_alloc(mrvl->tx_len, GFP_KERNEL);  in mrvl_load_firmware()
 
 | 
| D | bfusb.c | 215 	skb = bt_skb_alloc(size, GFP_ATOMIC);  in bfusb_rx_submit()306 		skb = bt_skb_alloc(pkt_len, GFP_ATOMIC);  in bfusb_recv_block()
 478 	nskb = bt_skb_alloc(count + 32, GFP_KERNEL);  in bfusb_send_frame()
 
 | 
| D | dtl1_cs.c | 220 			info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);  in dtl1_receive()410 	s = bt_skb_alloc(NSHL + skb->len + 1, GFP_ATOMIC);  in dtl1_hci_send_frame()
 
 | 
| D | btqcomsmd.c | 33 	skb = bt_skb_alloc(count, GFP_ATOMIC);  in btqcomsmd_recv()
 | 
| D | hci_h4.c | 182 				skb = bt_skb_alloc((&pkts[i])->maxlen,  in h4_recv_buf()
 | 
| D | bluecard_cs.c | 391 			info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);  in bluecard_receive()568 	skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_KERNEL);  in bluecard_hci_set_baud_rate()
 
 | 
| D | hci_nokia.c | 233 	skb = bt_skb_alloc(len, GFP_KERNEL);  in nokia_send_alive_packet()273 	skb = bt_skb_alloc(len, GFP_KERNEL);  in nokia_send_negotiation()
 
 | 
| D | btsdio.c | 129 	skb = bt_skb_alloc(len - 4, GFP_KERNEL);  in btsdio_rx_packet()
 | 
| D | btusb.c | 591 			skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);  in btusb_recv_intr()647 			skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);  in btusb_recv_bulk()
 705 			skb = bt_skb_alloc(HCI_MAX_SCO_SIZE, GFP_ATOMIC);  in btusb_recv_isoc()
 1061 		skb = bt_skb_alloc(urb->actual_length, GFP_ATOMIC);  in btusb_diag_complete()
 1973 	skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL);  in inject_cmd_complete()
 2567 		skb = bt_skb_alloc(HCI_WMT_MAX_EVENT_SIZE, GFP_ATOMIC);  in btusb_mtk_wmt_recv()
 3080 	skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);  in marvell_config_oob_wake()
 3465 	skb = bt_skb_alloc(2, GFP_KERNEL);  in alloc_diag_urb()
 
 | 
| D | btqca.c | 284 	skb = bt_skb_alloc(sizeof(*hdr) + sizeof(*evt) + 1, GFP_KERNEL);  in qca_inject_cmd_complete_event()
 | 
| D | bt3c_cs.c | 239 			info->rx_skb = bt_skb_alloc(HCI_MAX_FRAME_SIZE, GFP_ATOMIC);  in bt3c_receive()
 | 
| D | hci_qca.c | 292 	skb = bt_skb_alloc(1, GFP_ATOMIC);  in send_hci_ibs_cmd()1010 	skb = bt_skb_alloc(sizeof(cmd), GFP_KERNEL);  in qca_set_baudrate()
 
 | 
| D | hci_bcsp.c | 670 				bcsp->rx_skb = bt_skb_alloc(0x1005, GFP_ATOMIC);  in bcsp_recv()
 | 
| D | hci_ll.c | 94 	skb = bt_skb_alloc(1, GFP_ATOMIC);  in send_hcill_cmd()
 | 
| D | btmrvl_main.c | 186 	skb = bt_skb_alloc(HCI_COMMAND_HDR_SIZE + len, GFP_KERNEL);  in btmrvl_send_sync_cmd()
 | 
| D | btmtksdio.c | 395 	skb = bt_skb_alloc(rx_size, GFP_KERNEL);  in btmtksdio_rx_packet()
 | 
| D | hci_h5.c | 474 	h5->rx_skb = bt_skb_alloc(H5_MAX_LEN, GFP_ATOMIC);  in h5_rx_pkt_start()
 | 
| D | hci_bcm.c | 387 	skb = bt_skb_alloc(3, GFP_KERNEL);  in bcm_set_diag()
 | 
| /Linux-v5.4/include/net/bluetooth/ | 
| D | bluetooth.h | 335 static inline struct sk_buff *bt_skb_alloc(unsigned int len, gfp_t how)  in bt_skb_alloc()  function
 |