Searched defs:fib_rules_ops (Results 1 - 1 of 1) sorted by relevance

/include/net/
H A Dfib_rules.h38 struct fib_rules_ops { struct
60 u32 (*default_pref)(struct fib_rules_ops *ops);
65 void (*flush_cache)(struct fib_rules_ops *ops);
109 extern struct fib_rules_ops *fib_rules_register(const struct fib_rules_ops *, struct net *);
110 extern void fib_rules_unregister(struct fib_rules_ops *);
112 extern int fib_rules_lookup(struct fib_rules_ops *,
115 extern int fib_default_rule_add(struct fib_rules_ops *,
118 extern u32 fib_default_rule_pref(struct fib_rules_ops *ops);

Completed in 76 milliseconds