Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dnf_flow_table_inet.c68 static struct nf_flowtable_type flowtable_inet = {
78 static struct nf_flowtable_type flowtable_ipv4 = {
88 static struct nf_flowtable_type flowtable_ipv6 = {
H A Dnf_tables_api.c8670 void nft_register_flowtable_type(struct nf_flowtable_type *type) in nft_register_flowtable_type()
8678 void nft_unregister_flowtable_type(struct nf_flowtable_type *type) in nft_unregister_flowtable_type()
8827 static const struct nf_flowtable_type *__nft_flowtable_type_get(u8 family) in __nft_flowtable_type_get()
8829 const struct nf_flowtable_type *type; in __nft_flowtable_type_get()
8838 static const struct nf_flowtable_type *
8841 const struct nf_flowtable_type *type; in nft_flowtable_type_get()
9040 const struct nf_flowtable_type *type; in nf_tables_newflowtable()
/linux-6.15/include/net/netfilter/
H A Dnf_flow_table.h52 struct nf_flowtable_type { struct
82 const struct nf_flowtable_type *type; argument
H A Dnf_tables.h1484 void nft_register_flowtable_type(struct nf_flowtable_type *type);
1485 void nft_unregister_flowtable_type(struct nf_flowtable_type *type);
/linux-6.15/net/sched/
H A Dact_ct.c314 static struct nf_flowtable_type flowtable_ct = {