Searched refs:nft_table (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/netfilter/ |
D | nf_tables.h | 158 struct nft_table *table; 402 struct nft_table *table; 443 const struct nft_table *table, 879 struct nft_table *table; 984 struct nft_table { struct 1024 struct nft_table *table; 1041 struct nft_object *nft_obj_lookup(const struct nft_table *table, 1045 void nft_obj_notify(struct net *net, struct nft_table *table, 1119 struct nft_table *table; 1132 struct nft_flowtable *nft_flowtable_lookup(const struct nft_table *table,
|
/Linux-v4.19/net/netfilter/ |
D | nf_tables_api.c | 73 struct nft_table *table, in nft_ctx_init() 116 const struct nft_table *table, in nf_tables_register_hook() 136 const struct nft_table *table, in nf_tables_unregister_hook() 405 static struct nft_table *nft_table_lookup(const struct net *net, in nft_table_lookup() 409 struct nft_table *table; in nft_table_lookup() 424 static struct nft_table *nft_table_lookup_byhandle(const struct net *net, in nft_table_lookup_byhandle() 428 struct nft_table *table; in nft_table_lookup_byhandle() 439 static inline u64 nf_tables_alloc_handle(struct nft_table *table) in nf_tables_alloc_handle() 529 int family, const struct nft_table *table) in nf_tables_fill_table_info() 590 const struct nft_table *table; in nf_tables_dump_tables() [all …]
|
D | nft_chain_filter.c | 318 struct nft_table *table; in nf_tables_netdev_event()
|