Symbol: nft_chain_type
include/net/netfilter/nf_tables.h
1245
const struct nft_chain_type *type;
include/net/netfilter/nf_tables.h
1348
void nft_register_chain_type(const struct nft_chain_type *);
include/net/netfilter/nf_tables.h
1349
void nft_unregister_chain_type(const struct nft_chain_type *);
net/netfilter/nf_tables_api.c
1034
static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
net/netfilter/nf_tables_api.c
1036
static const struct nft_chain_type *
net/netfilter/nf_tables_api.c
1046
static const struct nft_chain_type *
net/netfilter/nf_tables_api.c
1049
const struct nft_chain_type *type;
net/netfilter/nf_tables_api.c
1116
static const struct nft_chain_type *
net/netfilter/nf_tables_api.c
1120
const struct nft_chain_type *type;
net/netfilter/nf_tables_api.c
1832
void nft_register_chain_type(const struct nft_chain_type *ctype)
net/netfilter/nf_tables_api.c
1844
void nft_unregister_chain_type(const struct nft_chain_type *ctype)
net/netfilter/nf_tables_api.c
2512
const struct nft_chain_type *type;
net/netfilter/nf_tables_api.c
2554
const struct nft_chain_type *type;
net/netfilter/nft_chain_filter.c
111
static const struct nft_chain_type nft_chain_filter_ipv6 = {
net/netfilter/nft_chain_filter.c
196
static const struct nft_chain_type nft_chain_filter_inet = {
net/netfilter/nft_chain_filter.c
255
static const struct nft_chain_type nft_chain_filter_bridge = {
net/netfilter/nft_chain_filter.c
27
static const struct nft_chain_type nft_chain_filter_ipv4 = {
net/netfilter/nft_chain_filter.c
310
static const struct nft_chain_type nft_chain_filter_netdev = {
net/netfilter/nft_chain_filter.c
71
static const struct nft_chain_type nft_chain_filter_arp = {
net/netfilter/nft_chain_nat.c
36
static const struct nft_chain_type nft_chain_nat_ipv4 = {
net/netfilter/nft_chain_nat.c
57
static const struct nft_chain_type nft_chain_nat_ipv6 = {
net/netfilter/nft_chain_nat.c
88
static const struct nft_chain_type nft_chain_nat_inet = {
net/netfilter/nft_chain_route.c
103
static const struct nft_chain_type nft_chain_route_ipv6 = {
net/netfilter/nft_chain_route.c
134
static const struct nft_chain_type nft_chain_route_inet = {
net/netfilter/nft_chain_route.c
53
static const struct nft_chain_type nft_chain_route_ipv4 = {