• Home
  • Raw
  • Download

Lines Matching refs:counter_map

80 struct counter_map  struct
102 struct counter_map counter_map; argument
123 struct counter_map counter_map; member
830 h->chain_iterator_cur->counter_map.maptype = in __iptcc_p_del_policy()
832 h->chain_iterator_cur->counter_map.mappos = num-1; in __iptcc_p_del_policy()
1004 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP; in cache_add_entry()
1005 r->counter_map.mappos = r->index; in cache_add_entry()
1789 r->counter_map.maptype = COUNTER_MAP_SET; in TC_INSERT_ENTRY()
1839 r->counter_map.maptype = COUNTER_MAP_SET; in TC_REPLACE_ENTRY()
1878 r->counter_map.maptype = COUNTER_MAP_SET; in TC_APPEND_ENTRY()
1985 r->counter_map.maptype = COUNTER_MAP_NOMAP; in delete_entry()
2135 if (c->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES()
2136 c->counter_map.maptype = COUNTER_MAP_ZEROED; in TC_ZERO_ENTRIES()
2139 if (r->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_ENTRIES()
2140 r->counter_map.maptype = COUNTER_MAP_ZEROED; in TC_ZERO_ENTRIES()
2193 if (r->counter_map.maptype == COUNTER_MAP_NORMAL_MAP) in TC_ZERO_COUNTER()
2194 r->counter_map.maptype = COUNTER_MAP_ZEROED; in TC_ZERO_COUNTER()
2225 r->counter_map.maptype = COUNTER_MAP_SET; in TC_SET_COUNTER()
2448 c->counter_map.maptype = COUNTER_MAP_SET; in TC_SET_POLICY()
2450 c->counter_map.maptype = COUNTER_MAP_NOMAP; in TC_SET_POLICY()
2621 switch(c->counter_map.maptype) { in TC_COMMIT()
2628 c->counter_map.mappos); in TC_COMMIT()
2633 c->counter_map.mappos, in TC_COMMIT()
2645 switch (r->counter_map.maptype) { in TC_COMMIT()
2653 r->counter_map.mappos); in TC_COMMIT()
2659 r->counter_map.mappos, in TC_COMMIT()