Searched defs:fib_rules_ops (Results 1 – 1 of 1) sorted by relevance
59 struct fib_rules_ops { struct60 int family;61 struct list_head list;62 int rule_size;63 int addr_size;64 int unresolved_rules;65 int nr_goto_rules;66 unsigned int fib_rules_seq;68 int (*action)(struct fib_rule *,97 void (*flush_cache)(struct fib_rules_ops *ops); argument[all …]