Home
last modified time | relevance | path

Searched refs:nft_chain_type (Results 1 – 5 of 5) sorted by relevance

/linux/net/netfilter/
H A Dnft_chain_filter.c27 static const struct nft_chain_type nft_chain_filter_ipv4 = {
71 static const struct nft_chain_type nft_chain_filter_arp = {
111 static const struct nft_chain_type nft_chain_filter_ipv6 = {
196 static const struct nft_chain_type nft_chain_filter_inet = {
255 static const struct nft_chain_type nft_chain_filter_bridge = {
310 static const struct nft_chain_type nft_chain_filter_netdev = {
H A Dnft_chain_nat.c36 static const struct nft_chain_type nft_chain_nat_ipv4 = {
57 static const struct nft_chain_type nft_chain_nat_ipv6 = {
88 static const struct nft_chain_type nft_chain_nat_inet = {
H A Dnft_chain_route.c53 static const struct nft_chain_type nft_chain_route_ipv4 = {
103 static const struct nft_chain_type nft_chain_route_ipv6 = {
134 static const struct nft_chain_type nft_chain_route_inet = {
H A Dnf_tables_api.c1036 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
1038 static const struct nft_chain_type *
1048 static const struct nft_chain_type *
1051 const struct nft_chain_type *type; in __nf_tables_chain_type_lookup()
1118 static const struct nft_chain_type *
1122 const struct nft_chain_type *type; in nf_tables_chain_type_lookup()
1827 void nft_register_chain_type(const struct nft_chain_type *ctype) in nft_register_chain_type()
1839 void nft_unregister_chain_type(const struct nft_chain_type *ctype) in nft_unregister_chain_type()
2507 const struct nft_chain_type *type;
2549 const struct nft_chain_type *type; in nft_chain_parse_hook()
/linux/include/net/netfilter/
H A Dnf_tables.h1171 struct nft_chain_type { struct
1238 const struct nft_chain_type *type;
1339 void nft_register_chain_type(const struct nft_chain_type *);
1340 void nft_unregister_chain_type(const struct nft_chain_type *);