Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Droute.c3582 void *idents_hash; in ip_rt_init() local
3586 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
3596 ip_idents = idents_hash; in ip_rt_init()
3600 ip_tstamps = idents_hash + (ip_idents_mask + 1) * sizeof(*ip_idents); in ip_rt_init()