Searched refs:bt_mesh_rpl (Results 1 – 4 of 4) sorted by relevance
8 struct bt_mesh_rpl { struct21 typedef void (*bt_mesh_rpl_func_t)(struct bt_mesh_rpl *rpl, argument25 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match, bool bridge);27 void bt_mesh_rpl_update(struct bt_mesh_rpl *rpl,
29 LOG_MODULE_REGISTER(bt_mesh_rpl);37 static struct bt_mesh_rpl replay_list[CONFIG_BT_MESH_CRPL];47 static inline int rpl_idx(const struct bt_mesh_rpl *rpl) in rpl_idx()52 static void clear_rpl(struct bt_mesh_rpl *rpl) in clear_rpl()72 static void schedule_rpl_store(struct bt_mesh_rpl *entry, bool force) in schedule_rpl_store()85 void bt_mesh_rpl_update(struct bt_mesh_rpl *rpl, in bt_mesh_rpl_update()110 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match, bool bridge) in bt_mesh_rpl_check()112 struct bt_mesh_rpl *rpl; in bt_mesh_rpl_check()186 static struct bt_mesh_rpl *bt_mesh_rpl_find(uint16_t src) in bt_mesh_rpl_find()199 static struct bt_mesh_rpl *bt_mesh_rpl_alloc(uint16_t src) in bt_mesh_rpl_alloc()[all …]
1028 struct bt_mesh_rpl *rpl = NULL; in trans_unseg()1338 struct bt_mesh_rpl *rpl = NULL; in trans_seg()
377 struct bt_mesh_rpl *rpl = NULL; in test_rx_rpl_frag()451 struct bt_mesh_rpl *rpl = NULL; in test_rx_reboot_after_defrag()