Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Droute.c471 #define IP_IDENTS_SZ 2048u macro
482 u32 *p_tstamp = ip_tstamps + hash % IP_IDENTS_SZ; in ip_idents_reserve()
483 atomic_t *p_id = ip_idents + hash % IP_IDENTS_SZ; in ip_idents_reserve()
3154 ip_idents = kmalloc_array(IP_IDENTS_SZ, sizeof(*ip_idents), in ip_rt_init()
3159 prandom_bytes(ip_idents, IP_IDENTS_SZ * sizeof(*ip_idents)); in ip_rt_init()
3161 ip_tstamps = kcalloc(IP_IDENTS_SZ, sizeof(*ip_tstamps), GFP_KERNEL); in ip_rt_init()