Lines Matching refs:hlist_head
52 static struct hlist_head *fib_info_hash;
53 static struct hlist_head *fib_info_laddrhash;
59 static struct hlist_head fib_info_devhash[DEVINDEX_HASHSIZE];
311 struct hlist_head *head; in fib_find_info()
343 struct hlist_head *head; in ip_fib_check_default()
914 static struct hlist_head *fib_info_hash_alloc(int bytes) in fib_info_hash_alloc()
919 return (struct hlist_head *) in fib_info_hash_alloc()
924 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free()
935 static void fib_info_hash_move(struct hlist_head *new_info_hash, in fib_info_hash_move()
936 struct hlist_head *new_laddrhash, in fib_info_hash_move()
939 struct hlist_head *old_info_hash, *old_laddrhash; in fib_info_hash_move()
949 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move()
954 struct hlist_head *dest; in fib_info_hash_move()
965 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move()
970 struct hlist_head *ldest; in fib_info_hash_move()
982 bytes = old_size * sizeof(struct hlist_head *); in fib_info_hash_move()
1063 struct hlist_head *new_info_hash; in fib_create_info()
1064 struct hlist_head *new_laddrhash; in fib_create_info()
1069 bytes = new_size * sizeof(struct hlist_head *); in fib_create_info()
1261 struct hlist_head *head; in fib_create_info()
1267 struct hlist_head *head; in fib_create_info()
1423 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr()
1514 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_mtu()
1535 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_down_dev()
1599 struct hlist_head *fa_head = res->fa_head; in fib_select_default()
1678 struct hlist_head *head; in fib_sync_up()