Home
last modified time | relevance | path

Searched refs:fib_info_hash (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dfib_semantics.c351 return &net->ipv4.fib_info_hash[fib_info_hashfn_result(net, val)]; in fib_info_hash_bucket()
362 return &net->ipv4.fib_info_hash[(1 << hash_bits) + slot]; in fib_info_laddrhash_bucket()
389 old_info_hash = net->ipv4.fib_info_hash; in fib_info_hash_grow()
390 net->ipv4.fib_info_hash = new_info_hash; in fib_info_hash_grow()
429 head = &net->ipv4.fib_info_hash[hash]; in fib_find_info_nh()
2245 net->ipv4.fib_info_hash = fib_info_hash_alloc(hash_bits); in fib4_semantics_init()
2246 if (!net->ipv4.fib_info_hash) in fib4_semantics_init()
2257 fib_info_hash_free(net->ipv4.fib_info_hash); in fib4_semantics_exit()
/linux/include/net/netns/
H A Dipv4.h131 struct hlist_head *fib_info_hash; member