search for: __nf_ct_refresh_acct

Displaying 1 result from an estimated 1 matches for "__nf_ct_refresh_acct".

Did you mean: __ip_ct_refresh_acct
2016 Jun 28
1
[Bug 1077] New: New traffic reduces conntrack timeout
...explicitly requesting a long-lived entry.) Might only need to check (and then keep the existing value) if existing timeout is longer than new value in "int [proto]_packet()" in net/netfilter/nf_conntrack_proto_[proto].c for each protocol. Alternatively might be easier to do the check in __nf_ct_refresh_acct() in net/netfilter/nf_conntrack_core.c. But notice that "if (newtime - ct->timeout.expires >= HZ)" there has an integer underflow when newtime is smaller than ct->timeout.expires, and some things are currently relying on it, e.g. in tcp_packet() when a TCP connection coming out o...