Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dxt_recent.c179 unsigned int nstamps_max = t->nstamps_max_mask; in recent_entry_init() local
186 nstamps_max += 1; in recent_entry_init()
187 e = kmalloc(struct_size(e, stamps, nstamps_max), GFP_ATOMIC); in recent_entry_init()