Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Droute.c3706 void *idents_hash; in ip_rt_init() local
3710 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
3720 ip_idents = idents_hash; in ip_rt_init()
3724 ip_tstamps = idents_hash + (ip_idents_mask + 1) * sizeof(*ip_idents); in ip_rt_init()