Searched refs:nf_flowtable_type (Results 1 – 7 of 7) sorted by relevance
10 static struct nf_flowtable_type flowtable_ipv6 = {
9 static struct nf_flowtable_type flowtable_ipv4 = {
48 struct nf_flowtable_type { struct73 const struct nf_flowtable_type *type; argument
1258 void nft_register_flowtable_type(struct nf_flowtable_type *type);1259 void nft_unregister_flowtable_type(struct nf_flowtable_type *type);
47 static struct nf_flowtable_type flowtable_inet = {
6420 void nft_register_flowtable_type(struct nf_flowtable_type *type) in nft_register_flowtable_type()6428 void nft_unregister_flowtable_type(struct nf_flowtable_type *type) in nft_unregister_flowtable_type()6568 static const struct nf_flowtable_type *__nft_flowtable_type_get(u8 family) in __nft_flowtable_type_get()6570 const struct nf_flowtable_type *type; in __nft_flowtable_type_get()6579 static const struct nf_flowtable_type *6582 const struct nf_flowtable_type *type; in nft_flowtable_type_get()6763 const struct nf_flowtable_type *type; in nf_tables_newflowtable()
273 static struct nf_flowtable_type flowtable_ct = {