Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dxt_recent.c334 unsigned int nstamp_mask; in recent_mt_check() local
365 nstamp_mask = roundup_pow_of_two(ip_pkt_list_tot) - 1; in recent_mt_check()
367 nstamp_mask = roundup_pow_of_two(info->hit_count) - 1; in recent_mt_check()
369 nstamp_mask = 32 - 1; in recent_mt_check()
374 if (nstamp_mask > t->nstamps_max_mask) { in recent_mt_check()
377 t->nstamps_max_mask = nstamp_mask; in recent_mt_check()
392 t->nstamps_max_mask = nstamp_mask; in recent_mt_check()