Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Droute.c3593 void *idents_hash; in ip_rt_init() local
3597 idents_hash = alloc_large_system_hash("IP idents", in ip_rt_init()
3607 ip_idents = idents_hash; in ip_rt_init()
3611 ip_tstamps = idents_hash + (ip_idents_mask + 1) * sizeof(*ip_idents); in ip_rt_init()