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

/linux-master/net/netfilter/
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 Dnft_chain_filter.c26 static const struct nft_chain_type nft_chain_filter_ipv4 = {
70 static const struct nft_chain_type nft_chain_filter_arp = {
110 static const struct nft_chain_type nft_chain_filter_ipv6 = {
195 static const struct nft_chain_type nft_chain_filter_inet = {
254 static const struct nft_chain_type nft_chain_filter_bridge = {
309 static const struct nft_chain_type nft_chain_filter_netdev = {
H A Dnf_tables_api.c842 static const struct nft_chain_type *chain_type[NFPROTO_NUMPROTO][NFT_CHAIN_T_MAX];
844 static const struct nft_chain_type *
854 static const struct nft_chain_type *
857 const struct nft_chain_type *type;
924 static const struct nft_chain_type *
928 const struct nft_chain_type *type;
1629 void nft_register_chain_type(const struct nft_chain_type *ctype)
1641 void nft_unregister_chain_type(const struct nft_chain_type *ctype)
2213 const struct nft_chain_type *type;
2255 const struct nft_chain_type *typ
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h1135 * struct nft_chain_type - nf_tables chain type info
1146 struct nft_chain_type { struct
1203 const struct nft_chain_type *type;
1306 void nft_register_chain_type(const struct nft_chain_type *);
1307 void nft_unregister_chain_type(const struct nft_chain_type *);

Completed in 256 milliseconds