Home
last modified time | relevance | path

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

/linux-6.12.1/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);
57 int (*setup)(struct nf_flowtable *ft,
82 const struct nf_flowtable_type *type; argument