Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dxt_limit.c68 u32 old_credit, new_credit, credit_increase = 0; in limit_mt() local
78 old_credit = READ_ONCE(priv->credit); in limit_mt()
79 new_credit = old_credit; in limit_mt()
89 } while (cmpxchg(&priv->credit, old_credit, new_credit) != old_credit); in limit_mt()