Lines Matching refs:hlist_head

49 static struct hlist_head *fib_info_hash;
50 static struct hlist_head *fib_info_laddrhash;
56 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
302 struct hlist_head *head; in fib_find_info()
334 struct hlist_head *head; in ip_fib_check_default()
673 static struct hlist_head *fib_info_hash_alloc(int bytes) in fib_info_hash_alloc()
678 return (struct hlist_head *) in fib_info_hash_alloc()
683 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free()
694 static void fib_info_hash_move(struct hlist_head *new_info_hash, in fib_info_hash_move()
695 struct hlist_head *new_laddrhash, in fib_info_hash_move()
698 struct hlist_head *old_info_hash, *old_laddrhash; in fib_info_hash_move()
708 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move()
713 struct hlist_head *dest; in fib_info_hash_move()
726 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move()
731 struct hlist_head *ldest; in fib_info_hash_move()
745 bytes = old_size * sizeof(struct hlist_head *); in fib_info_hash_move()
786 struct hlist_head *new_info_hash; in fib_create_info()
787 struct hlist_head *new_laddrhash; in fib_create_info()
792 bytes = new_size * sizeof(struct hlist_head *); in fib_create_info()
960 struct hlist_head *head; in fib_create_info()
966 struct hlist_head *head; in fib_create_info()
1093 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr()
1116 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_down_dev()
1165 struct hlist_head *fa_head = res->fa_head; in fib_select_default()
1227 struct hlist_head *head; in fib_sync_up()