Searched refs:mgmt_mesh_tx (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | mgmt_util.h | 23 struct mgmt_mesh_tx { struct 69 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data), 71 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle); 72 struct mgmt_mesh_tx *mgmt_mesh_next(struct hci_dev *hdev, struct sock *sk); 73 struct mgmt_mesh_tx *mgmt_mesh_add(struct sock *sk, struct hci_dev *hdev, 75 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx);
|
| H A D | mgmt_util.c | 302 void (*cb)(struct mgmt_mesh_tx *mesh_tx, void *data), in mgmt_mesh_foreach() 305 struct mgmt_mesh_tx *mesh_tx, *tmp; in mgmt_mesh_foreach() 313 struct mgmt_mesh_tx *mgmt_mesh_next(struct hci_dev *hdev, struct sock *sk) in mgmt_mesh_next() 315 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_next() 328 struct mgmt_mesh_tx *mgmt_mesh_find(struct hci_dev *hdev, u8 handle) in mgmt_mesh_find() 330 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_find() 343 struct mgmt_mesh_tx *mgmt_mesh_add(struct sock *sk, struct hci_dev *hdev, in mgmt_mesh_add() 346 struct mgmt_mesh_tx *mesh_tx; in mgmt_mesh_add() 368 void mgmt_mesh_remove(struct mgmt_mesh_tx *mesh_tx) in mgmt_mesh_remove()
|
| H A D | mgmt.c | 1067 struct mgmt_mesh_tx *mesh_tx, bool silent) in mesh_send_complete() 1080 struct mgmt_mesh_tx *mesh_tx; in mesh_send_done_sync() 1096 struct mgmt_mesh_tx *mesh_tx = mgmt_mesh_next(hdev, NULL); in mesh_next() 2213 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_start_complete() 2234 struct mgmt_mesh_tx *mesh_tx = data; in mesh_send_sync() 2286 static void send_count(struct mgmt_mesh_tx *mesh_tx, void *data) in send_count() 2327 struct mgmt_mesh_tx *mesh_tx; in send_cancel() 2386 struct mgmt_mesh_tx *mesh_tx; in mesh_send() 10463 struct mgmt_mesh_tx *mesh_tx; in mgmt_cleanup()
|