commit | 6d1d5aa5c93eca890e28b508ef426b7844caf2b7 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Tue Apr 07 14:05:34 2020 +0200 |
committer | Phil Sutter <phil@nwl.cc> | Mon May 11 14:28:28 2020 +0200 |
tree | df9e2d692c8344a37ba5f4a41968704ee97c81e3 | |
parent | b301f2ed198804015c4434f925c75e0bd224c4ef [diff] |
nft: cache: Introduce struct nft_cache_req This embedded struct collects cache requirement info gathered from parsed nft_cmds and is interpreted by __nft_build_cache(). While being at it, remove unused parameters passed to the latter function, nft_handle pointer is sufficient. Signed-off-by: Phil Sutter <phil@nwl.cc>