Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dnf_flow_table_ipv6.c10 static struct nf_flowtable_type flowtable_ipv6 = {
/kernel/linux/linux-5.10/net/ipv4/netfilter/
Dnf_flow_table_ipv4.c9 static struct nf_flowtable_type flowtable_ipv4 = {
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_flow_table.h48 struct nf_flowtable_type { struct
73 const struct nf_flowtable_type *type; argument
Dnf_tables.h1258 void nft_register_flowtable_type(struct nf_flowtable_type *type);
1259 void nft_unregister_flowtable_type(struct nf_flowtable_type *type);
/kernel/linux/linux-5.10/net/netfilter/
Dnf_flow_table_inet.c47 static struct nf_flowtable_type flowtable_inet = {
Dnf_tables_api.c6420 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()
/kernel/linux/linux-5.10/net/sched/
Dact_ct.c273 static struct nf_flowtable_type flowtable_ct = {