Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_flow_table_inet.c64 static struct nf_flowtable_type flowtable_inet = {
74 static struct nf_flowtable_type flowtable_ipv4 = {
84 static struct nf_flowtable_type flowtable_ipv6 = {
Dnf_tables_api.c7218 void nft_register_flowtable_type(struct nf_flowtable_type *type) in nft_register_flowtable_type()
7226 void nft_unregister_flowtable_type(struct nf_flowtable_type *type) in nft_unregister_flowtable_type()
7366 static const struct nf_flowtable_type *__nft_flowtable_type_get(u8 family) in __nft_flowtable_type_get()
7368 const struct nf_flowtable_type *type; in __nft_flowtable_type_get()
7377 static const struct nf_flowtable_type *
7380 const struct nf_flowtable_type *type; in nft_flowtable_type_get()
7573 const struct nf_flowtable_type *type; in nf_tables_newflowtable()
/linux-5.19.10/include/net/netfilter/
Dnf_flow_table.h52 struct nf_flowtable_type { struct
77 const struct nf_flowtable_type *type; argument
Dnf_tables.h1344 void nft_register_flowtable_type(struct nf_flowtable_type *type);
1345 void nft_unregister_flowtable_type(struct nf_flowtable_type *type);
/linux-5.19.10/net/sched/
Dact_ct.c275 static struct nf_flowtable_type flowtable_ct = {