Searched defs:nf_flowtable_type (Results 1 – 1 of 1) sorted by relevance
52 struct nf_flowtable_type { struct53 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