Searched defs:fib_rules_ops (Results 1 – 1 of 1) sorted by relevance
44 struct fib_rules_ops { struct45 int family;46 struct list_head list;47 int rule_size;48 int addr_size;49 int unresolved_rules;73 void (*flush_cache)(struct fib_rules_ops *ops); argument75 int nlgroup;76 const struct nla_policy *policy;77 struct list_head rules_list;[all …]