summaryrefslogtreecommitdiff
path: root/rnd.c
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-08-01 11:04:09 +0300
committerTobias Klauser <tklauser@distanz.ch>2015-08-03 09:55:35 +0200
commite23a0ad4457fc8a0dc07c6c9c14764033a0b644a (patch)
tree117968f921e2f0a9c7f7812d6e4dce7e335c38ab /rnd.c
parentc2e0fe0f4fd8e539ffdda6ec5656a969a1582757 (diff)
flowtop: Get rid of flushing flows by dumping ipv4/ipv6 tables
Get rid of flushing connections which resets all counters. Use dump whole ipv4/ipv6 connection tables to fullfill the existing flows, but this needs to use hand-made flow filtering because nfct_filter does not work when we do NFCT_Q_DUMP. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'rnd.c')
0 files changed, 0 insertions, 0 deletions
ate-remove&id=da36e13cf653541e385a8d2ec2637fff6ea3461a'>da36e13cf653541e385a8d2ec2637fff6ea3461a (diff)
bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()
Remove the unused but set variable 'first_node' in __bpf_lru_list_shrink_inactive() to fix the following GCC warning when building with 'W=1': kernel/bpf/bpf_lru_list.c:216:41: warning: variable ‘first_node’ set but not used [-Wunused-but-set-variable] Cc: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/Documentation/jitdump-specification.txt')