quic: fix quic sessions state updates
[vpp.git] / .clang-format
index 8326a07..050505b 100644 (file)
@@ -13,13 +13,17 @@ ForEachMacros:
   - 'clib_bitmap_foreach'
   - 'pool_foreach'
   - 'pool_foreach_index'
+  - 'pool_foreach_pointer'
   - 'vec_foreach'
   - 'vec_foreach_backwards'
   - 'vec_foreach_index'
   - 'vec_foreach_index_backwards'
+  - 'vec_foreach_pointer'
   - 'vlib_foreach_rx_tx'
   - 'foreach_vlib_main'
   - 'foreach_set_bit_index'
+  - 'foreach_vlib_frame_bitmap_set_bit_index'
+  - 'FOREACH_ARRAY_ELT'
   - 'RTE_ETH_FOREACH_DEV'
 
 StatementMacros: