Home
last modified time | relevance | path

Searched defs:nf_flowtable_type (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_flow_table.h48 struct nf_flowtable_type { struct
49 struct list_head list;
73 const struct nf_flowtable_type *type; argument
/kernel/linux/linux-6.6/include/net/netfilter/
Dnf_flow_table.h52 struct nf_flowtable_type { struct
53 struct list_head list;
54 int family;
55 int (*init)(struct nf_flowtable *ft);
56 bool (*gc)(const struct flow_offload *flow);
80 const struct nf_flowtable_type *type; argument