Home
last modified time | relevance | path

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

/linux-6.15/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()
390 old_info_hash = net->ipv4.fib_info_hash; in fib_info_hash_grow()
391 net->ipv4.fib_info_hash = new_info_hash; in fib_info_hash_grow()
430 head = &net->ipv4.fib_info_hash[hash]; in fib_find_info_nh()
2240 net->ipv4.fib_info_hash = fib_info_hash_alloc(hash_bits); in fib4_semantics_init()
2241 if (!net->ipv4.fib_info_hash) in fib4_semantics_init()
2252 fib_info_hash_free(net->ipv4.fib_info_hash); in fib4_semantics_exit()
/linux-6.15/include/net/netns/
H A Dipv4.h114 struct hlist_head *fib_info_hash; member