Home
last modified time | relevance | path

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

/net/ipv4/
Droute.c460 #define IP_IDENTS_SZ 2048u macro
474 struct ip_ident_bucket *bucket = ip_idents + hash % IP_IDENTS_SZ; in ip_idents_reserve()
2761 ip_idents = kmalloc(IP_IDENTS_SZ * sizeof(*ip_idents), GFP_KERNEL); in ip_rt_init()
2765 prandom_bytes(ip_idents, IP_IDENTS_SZ * sizeof(*ip_idents)); in ip_rt_init()