diff options
author | 2019-08-17 13:17:53 +0200 | |
---|---|---|
committer | 2019-08-26 11:03:14 +0200 | |
commit | 63d10e12b00dfc8d8387bea9eaab376881335731 (patch) | |
tree | 4205baa292347446edf203c8b5b79a7a3218c665 /tools/perf/scripts/python/syscall-counts.py | |
parent | netfilter: nf_tables: Introduce new 64-bit helper register functions (diff) | |
download | linux-dev-63d10e12b00dfc8d8387bea9eaab376881335731.tar.xz linux-dev-63d10e12b00dfc8d8387bea9eaab376881335731.zip |
netfilter: nft_meta: support for time matching
This patch introduces meta matches in the kernel for time (a UNIX timestamp),
day (a day of week, represented as an integer between 0-6), and
hour (an hour in the current day, or: number of seconds since midnight).
All values are taken as unsigned 64-bit integers.
The 'time' keyword is internally converted to nanoseconds by nft in
userspace, and hence the timestamp is taken in nanoseconds as well.
Signed-off-by: Ander Juaristi <a@juaristi.eus>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions