Searched refs:bt_mesh_rpl (Results 1 – 6 of 6) sorted by relevance
28 void bt_mesh_store_rpl(struct bt_mesh_rpl *rpl);
117 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match);
75 struct bt_mesh_rpl { struct263 struct bt_mesh_rpl rpl[CONFIG_BLE_MESH_CRPL];
662 static void update_rpl(struct bt_mesh_rpl *rpl, struct bt_mesh_net_rx *rx) in update_rpl()678 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match) in bt_mesh_rpl_check()693 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in bt_mesh_rpl_check()1513 struct bt_mesh_rpl *rpl = NULL;1853 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i];1855 memset(rpl, 0, sizeof(struct bt_mesh_rpl));
319 static struct bt_mesh_rpl *rpl_find(uint16_t src) in rpl_find()332 static struct bt_mesh_rpl *rpl_alloc(uint16_t src) in rpl_alloc()349 struct bt_mesh_rpl *entry = NULL; in rpl_set()1585 static void store_rpl(struct bt_mesh_rpl *entry) in store_rpl()1654 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in store_pending_rpl()2140 void bt_mesh_store_rpl(struct bt_mesh_rpl *entry) in bt_mesh_store_rpl()
587 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in bt_mesh_rpl_reset()