diff options
author | Florian Westphal <fw@strlen.de> | 2022-02-04 13:11:45 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2022-02-09 12:07:16 +0100 |
commit | 5948ed297eefe927628e43b5142ccde691a130fd (patch) | |
tree | 8146620fb4407aa8cc4c0dc4eca6628695e671d5 /kernel/bpf/helpers.c | |
parent | 98eee88b8decb47ed9bacd0bbd698a36c1983a8a (diff) |
netfilter: ctnetlink: use dump structure instead of raw args
netlink_dump structure has a union of 'long args[6]' and a context
buffer as scratch space.
Convert ctnetlink to use a structure, its easier to read than the
raw 'args' usage which comes with no type checks and no readable names.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'kernel/bpf/helpers.c')
0 files changed, 0 insertions, 0 deletions