Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dxt_recent.c176 unsigned int nstamps_max = t->nstamps_max_mask; in recent_entry_init() local
183 nstamps_max += 1; in recent_entry_init()
184 e = kmalloc(struct_size(e, stamps, nstamps_max), GFP_ATOMIC); in recent_entry_init()