Lines Matching refs:hlist_head
50 static struct hlist_head *fib_info_hash;
51 static struct hlist_head *fib_info_laddrhash;
57 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
304 struct hlist_head *head; in fib_find_info()
336 struct hlist_head *head; in ip_fib_check_default()
838 static struct hlist_head *fib_info_hash_alloc(int bytes) in fib_info_hash_alloc()
843 return (struct hlist_head *) in fib_info_hash_alloc()
848 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free()
859 static void fib_info_hash_move(struct hlist_head *new_info_hash, in fib_info_hash_move()
860 struct hlist_head *new_laddrhash, in fib_info_hash_move()
863 struct hlist_head *old_info_hash, *old_laddrhash; in fib_info_hash_move()
873 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move()
878 struct hlist_head *dest; in fib_info_hash_move()
889 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move()
894 struct hlist_head *ldest; in fib_info_hash_move()
906 bytes = old_size * sizeof(struct hlist_head *); in fib_info_hash_move()
1017 struct hlist_head *new_info_hash; in fib_create_info()
1018 struct hlist_head *new_laddrhash; in fib_create_info()
1023 bytes = new_size * sizeof(struct hlist_head *); in fib_create_info()
1185 struct hlist_head *head; in fib_create_info()
1191 struct hlist_head *head; in fib_create_info()
1338 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr()
1367 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_down_dev()
1429 struct hlist_head *fa_head = res->fa_head; in fib_select_default()
1508 struct hlist_head *head; in fib_sync_up()