netfilter: nf_tables: Introduce functions freeing nft_hook objects
authorPhil Sutter <phil@nwl.cc>
Wed, 21 May 2025 20:44:22 +0000 (22:44 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 23 May 2025 11:57:12 +0000 (13:57 +0200)
commit75e20bcdce24b34e9bf71a7a731f9294fb2c633c
treee19af237de583f0b98e482ea72d6b7240041e98e
parent7e5c6aa67e6f6133c5a2c53852e1dd9af2c0c3fc
netfilter: nf_tables: Introduce functions freeing nft_hook objects

Pointless wrappers around kfree() for now, prep work for an embedded
list of nf_hook_ops.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c