nf_flowtable_type
const struct nf_flowtable_type *type;
void nft_register_flowtable_type(struct nf_flowtable_type *type);
void nft_unregister_flowtable_type(struct nf_flowtable_type *type);
static struct nf_flowtable_type flowtable_inet = {
static struct nf_flowtable_type flowtable_ipv4 = {
static struct nf_flowtable_type flowtable_ipv6 = {
void nft_register_flowtable_type(struct nf_flowtable_type *type)
void nft_unregister_flowtable_type(struct nf_flowtable_type *type)
static const struct nf_flowtable_type *__nft_flowtable_type_get(u8 family)
const struct nf_flowtable_type *type;
static const struct nf_flowtable_type *
const struct nf_flowtable_type *type;
const struct nf_flowtable_type *type;
static struct nf_flowtable_type flowtable_ct = {