Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_recent.c183 unsigned int nstamps_max = t->nstamps_max_mask; in recent_entry_init() local
190 nstamps_max += 1; in recent_entry_init()
191 e = kmalloc(struct_size(e, stamps, nstamps_max), GFP_ATOMIC); in recent_entry_init()