OSDN Git Service

netfilter: nftables: remove documentation on static functions
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 31 Mar 2021 21:10:15 +0000 (23:10 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sat, 3 Apr 2021 18:36:03 +0000 (20:36 +0200)
commit8c56049fec6c3f6dd2388d9e90f4d669fb33ae0d
tree99d684e4624bfe7decf8ae0a0411af38a254a234
parentdadf33c9f6b5f694e842d224a4d071f59ac665ee
netfilter: nftables: remove documentation on static functions

Since 4f16d25c68ec ("netfilter: nftables: add nft_parse_register_load()
and use it") and 345023b0db31 ("netfilter: nftables: add
nft_parse_register_store() and use it"), the following functions are not
exported symbols anymore:

- nft_parse_register()
- nft_validate_register_load()
- nft_validate_register_store()

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_tables_api.c