Searched refs:mgmt_mesh_tx (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt_util.h | 23 struct mgmt_mesh_tx { struct 73 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data), 75 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle); 76 struct mgmt_mesh_tx *mgmt_mesh_next(struct hci_dev *hdev, struct sock *sk); 77 struct mgmt_mesh_tx *mgmt_mesh_add(struct sock *sk, struct hci_dev *hdev, 79 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx);
|
H A D | mgmt_util.c | 319 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data), in mgmt_mesh_foreach() 322 struct mgmt_mesh_tx *mesh_tx, *tmp; in mgmt_mesh_foreach() 330 struct mgmt_mesh_tx *mgmt_mesh_next(struct hci_dev *hdev, struct sock *sk) in mgmt_mesh_next() 332 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_next() 345 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle) in mgmt_mesh_find() 347 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_find() 360 struct mgmt_mesh_tx *mgmt_mesh_add(struct sock *sk, struct hci_dev *hdev, in mgmt_mesh_add() 363 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_add() 385 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx) in mgmt_mesh_remove()
|
H A D | mgmt.c | 1073 struct mgmt_mesh_tx *mesh_tx, bool silent) in mesh_send_complete() 1086 struct mgmt_mesh_tx *mesh_tx; in mesh_send_done_sync() 1102 struct mgmt_mesh_tx *mesh_tx = mgmt_mesh_next(hdev, NULL); in mesh_next() 2198 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_start_complete() 2219 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_sync() 2271 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() 2312 struct mgmt_mesh_tx *mesh_tx; in send_cancel() 2371 struct mgmt_mesh_tx *mesh_tx; in mesh_send() 10475 struct mgmt_mesh_tx *mesh_tx; in mgmt_cleanup()
|
Completed in 12 milliseconds