Lines Matching refs:hlist_head

51 static struct hlist_head *fib_info_hash;
52 static struct hlist_head *fib_info_laddrhash;
58 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
370 struct hlist_head *head; in fib_find_info_nh()
401 struct hlist_head *head; in fib_find_info()
433 struct hlist_head *head; in ip_fib_check_default()
1216 static struct hlist_head *fib_info_hash_alloc(int bytes) in fib_info_hash_alloc()
1221 return (struct hlist_head *) in fib_info_hash_alloc()
1226 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free()
1237 static void fib_info_hash_move(struct hlist_head *new_info_hash, in fib_info_hash_move()
1238 struct hlist_head *new_laddrhash, in fib_info_hash_move()
1241 struct hlist_head *old_info_hash, *old_laddrhash; in fib_info_hash_move()
1251 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move()
1256 struct hlist_head *dest; in fib_info_hash_move()
1267 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move()
1272 struct hlist_head *ldest; in fib_info_hash_move()
1284 bytes = old_size * sizeof(struct hlist_head *); in fib_info_hash_move()
1399 struct hlist_head *new_info_hash; in fib_create_info()
1400 struct hlist_head *new_laddrhash; in fib_create_info()
1405 bytes = new_size * sizeof(struct hlist_head *); in fib_create_info()
1559 struct hlist_head *head; in fib_create_info()
1568 struct hlist_head *head; in fib_create_info()
1834 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr()
1923 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_mtu()
1946 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_down_dev()
2010 struct hlist_head *fa_head = res->fa_head; in fib_select_default()
2093 struct hlist_head *head; in fib_sync_up()