netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()
We don't encode argument types into function names and since besides nft_do_chain() there are only AF-specific versions, there is no risk of confusion. Signed-off-by:Patrick McHardy <kaber@trash.net> Signed-off-by:
Pablo Neira Ayuso <pablo@netfilter.org>
Showing
- include/net/netfilter/nf_tables.h 2 additions, 2 deletionsinclude/net/netfilter/nf_tables.h
- net/bridge/netfilter/nf_tables_bridge.c 1 addition, 1 deletionnet/bridge/netfilter/nf_tables_bridge.c
- net/ipv4/netfilter/nf_tables_arp.c 1 addition, 1 deletionnet/ipv4/netfilter/nf_tables_arp.c
- net/ipv4/netfilter/nf_tables_ipv4.c 1 addition, 1 deletionnet/ipv4/netfilter/nf_tables_ipv4.c
- net/ipv4/netfilter/nft_chain_nat_ipv4.c 1 addition, 1 deletionnet/ipv4/netfilter/nft_chain_nat_ipv4.c
- net/ipv4/netfilter/nft_chain_route_ipv4.c 1 addition, 1 deletionnet/ipv4/netfilter/nft_chain_route_ipv4.c
- net/ipv6/netfilter/nf_tables_ipv6.c 1 addition, 1 deletionnet/ipv6/netfilter/nf_tables_ipv6.c
- net/ipv6/netfilter/nft_chain_nat_ipv6.c 1 addition, 1 deletionnet/ipv6/netfilter/nft_chain_nat_ipv6.c
- net/ipv6/netfilter/nft_chain_route_ipv6.c 1 addition, 1 deletionnet/ipv6/netfilter/nft_chain_route_ipv6.c
- net/netfilter/nf_tables_core.c 2 additions, 2 deletionsnet/netfilter/nf_tables_core.c
Loading
Please register or sign in to comment