Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c3606 void *idents_hash; in ip_rt_init() local
3610 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
3620 ip_idents = idents_hash; in ip_rt_init()
3624 ip_tstamps = idents_hash + (ip_idents_mask + 1) * sizeof(*ip_idents); in ip_rt_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c3711 void *idents_hash; in ip_rt_init() local
3715 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
3725 ip_idents = idents_hash; in ip_rt_init()
3729 ip_tstamps = idents_hash + (ip_idents_mask + 1) * sizeof(*ip_idents); in ip_rt_init()

Completed in 11 milliseconds