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()
1207 static struct hlist_head *fib_info_hash_alloc(int bytes) in fib_info_hash_alloc()
1212 return (struct hlist_head *) in fib_info_hash_alloc()
1217 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free()
1228 static void fib_info_hash_move(struct hlist_head *new_info_hash, in fib_info_hash_move()
1229 struct hlist_head *new_laddrhash, in fib_info_hash_move()
1232 struct hlist_head *old_info_hash, *old_laddrhash; in fib_info_hash_move()
1242 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move()
1247 struct hlist_head *dest; in fib_info_hash_move()
1258 struct hlist_head *lhead = &fib_info_laddrhash[i]; in fib_info_hash_move()
1263 struct hlist_head *ldest; in fib_info_hash_move()
1275 bytes = old_size * sizeof(struct hlist_head *); in fib_info_hash_move()
1390 struct hlist_head *new_info_hash; in fib_create_info()
1391 struct hlist_head *new_laddrhash; in fib_create_info()
1396 bytes = new_size * sizeof(struct hlist_head *); in fib_create_info()
1550 struct hlist_head *head; in fib_create_info()
1559 struct hlist_head *head; in fib_create_info()
1816 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr()
1905 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_mtu()
1928 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_down_dev()
1992 struct hlist_head *fa_head = res->fa_head; in fib_select_default()
2075 struct hlist_head *head; in fib_sync_up()