Home
last modified time | relevance | path

Searched refs:fib_hash (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/Documentation/networking/
H A Dfib_trie.rst63 We have tried to keep the structure of the code as close to fib_hash as
99 corresponding functions in fib_hash.
107 slower than the corresponding fib_hash function, as we have to walk the
108 entire trie for each prefix length. In comparison, fib_hash is organized
114 fib_lock is used for an RW-lock in the same way that this is done in fib_hash.
/linux-6.15/net/ipv4/
H A Dfib_semantics.c254 hlist_del(&fi->fib_hash); in fib_release_info()
399 hlist_for_each_entry_safe(fi, n, head, fib_hash) in fib_info_hash_grow()
400 hlist_add_head(&fi->fib_hash, fib_info_hash_bucket(fi)); in fib_info_hash_grow()
432 hlist_for_each_entry(fi, head, fib_hash) { in fib_find_info_nh()
454 hlist_for_each_entry(fi, head, fib_hash) { in fib_find_info()
1550 hlist_add_head(&fi->fib_hash, fib_info_hash_bucket(fi)); in fib_create_info()
/linux-6.15/include/net/
H A Dip_fib.h137 struct hlist_node fib_hash; member