Searched refs:fib_hash (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/Documentation/networking/ |
| D | fib_trie.txt | 59 We have tried to keep the structure of the code as close to fib_hash as 95 corresponding functions in fib_hash. 103 slower than the corresponding fib_hash function, as we have to walk the 104 entire trie for each prefix length. In comparison, fib_hash is organized 110 fib_lock is used for an RW-lock in the same way that this is done in fib_hash.
|
| /Linux-v5.4/net/ipv4/ |
| D | fib_semantics.c | 264 hlist_del(&fi->fib_hash); in fib_release_info() 381 hlist_for_each_entry(fi, head, fib_hash) { in fib_find_info_nh() 408 hlist_for_each_entry(fi, head, fib_hash) { in fib_find_info() 1246 hlist_for_each_entry_safe(fi, n, head, fib_hash) { in fib_info_hash_move() 1252 hlist_add_head(&fi->fib_hash, dest); in fib_info_hash_move() 1547 hlist_add_head(&fi->fib_hash, in fib_create_info()
|
| /Linux-v5.4/include/net/ |
| D | ip_fib.h | 132 struct hlist_node fib_hash; member
|