Home
last modified time | relevance | path

Searched refs:rta_hash_table (Results 1 – 2 of 2) sorted by relevance

/dports/net/bird/bird-1.6.8/nest/
H A Drt-attr.c1038 static rta **rta_hash_table; variable
1043 rta_hash_table = mb_allocz(rta_pool, sizeof(rta *) * rta_cache_size); in rta_alloc_hash()
1092 r->next = rta_hash_table[h]; in rta_insert()
1095 r->pprev = &rta_hash_table[h]; in rta_insert()
1096 rta_hash_table[h] = r; in rta_insert()
1105 rta **oht = rta_hash_table; in rta_rehash()
1151 for(r=rta_hash_table[h & rta_cache_mask]; r; r=r->next) in rta_lookup()
1241 for(a=rta_hash_table[h]; a; a=a->next) in rta_dump_all()
/dports/net/bird2/bird-2.0.8/nest/
H A Drt-attr.c1083 static rta **rta_hash_table; variable
1088 rta_hash_table = mb_allocz(rta_pool, sizeof(rta *) * rta_cache_size); in rta_alloc_hash()
1150 r->next = rta_hash_table[h]; in rta_insert()
1153 r->pprev = &rta_hash_table[h]; in rta_insert()
1154 rta_hash_table[h] = r; in rta_insert()
1163 rta **oht = rta_hash_table; in rta_rehash()
1201 for(r=rta_hash_table[h & rta_cache_mask]; r; r=r->next) in rta_lookup()
1302 for(a=rta_hash_table[h]; a; a=a->next) in rta_dump_all()