Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Droute.c464 #define IP_IDENTS_SZ 2048u macro
475 u32 *p_tstamp = ip_tstamps + hash % IP_IDENTS_SZ; in ip_idents_reserve()
476 atomic_t *p_id = ip_idents + hash % IP_IDENTS_SZ; in ip_idents_reserve()
2865 ip_idents = kmalloc(IP_IDENTS_SZ * sizeof(*ip_idents), GFP_KERNEL); in ip_rt_init()
2869 prandom_bytes(ip_idents, IP_IDENTS_SZ * sizeof(*ip_idents)); in ip_rt_init()
2871 ip_tstamps = kcalloc(IP_IDENTS_SZ, sizeof(*ip_tstamps), GFP_KERNEL); in ip_rt_init()