ip_idents         480 net/ipv4/route.c static atomic_t *ip_idents __read_mostly;
ip_idents         490 net/ipv4/route.c 	atomic_t *p_id = ip_idents + hash % IP_IDENTS_SZ;
ip_idents        3456 net/ipv4/route.c 	ip_idents = kmalloc_array(IP_IDENTS_SZ, sizeof(*ip_idents),
ip_idents        3458 net/ipv4/route.c 	if (!ip_idents)
ip_idents        3461 net/ipv4/route.c 	prandom_bytes(ip_idents, IP_IDENTS_SZ * sizeof(*ip_idents));