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.c350 return &net->ipv4.fib_info_hash[fib_info_hashfn_result(net, val)]; in fib_info_hash_bucket()
361 return &net->ipv4.fib_info_hash[(1 << hash_bits) + slot]; in fib_info_laddrhash_bucket()
388 old_info_hash = net->ipv4.fib_info_hash; in fib_info_hash_grow()
389 net->ipv4.fib_info_hash = new_info_hash; in fib_info_hash_grow()
428 head = &net->ipv4.fib_info_hash[hash]; in fib_find_info_nh()
2260 net->ipv4.fib_info_hash = fib_info_hash_alloc(hash_bits); in fib4_semantics_init()
2261 if (!net->ipv4.fib_info_hash) in fib4_semantics_init()
2272 fib_info_hash_free(net->ipv4.fib_info_hash); in fib4_semantics_exit()
/linux/include/net/netns/
H A Dipv4.h132 struct hlist_head *fib_info_hash; member