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

/linux-master/include/net/
H A Dfib_rules.h60 struct fib_rules_ops { struct
91 void (*flush_cache)(struct fib_rules_ops *ops);
169 struct fib_rules_ops *fib_rules_register(const struct fib_rules_ops *,
171 void fib_rules_unregister(struct fib_rules_ops *);
173 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags,
175 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table);
/linux-master/net/core/
H A Dfib_rules.c55 int fib_default_rule_add(struct fib_rules_ops *ops,
82 static u32 fib_default_rule_pref(struct fib_rules_ops *ops)
100 struct fib_rules_ops *ops, struct nlmsghdr *nlh,
103 static struct fib_rules_ops *lookup_rules_ops(struct net *net, int family)
105 struct fib_rules_ops *ops;
121 static void rules_ops_put(struct fib_rules_ops *ops)
127 static void flush_route_cache(struct fib_rules_ops *ops)
133 static int __fib_rules_register(struct fib_rules_ops *ops)
136 struct fib_rules_ops *o;
162 struct fib_rules_ops *
[all...]
/linux-master/include/net/netns/
H A Dipv6.h91 struct fib_rules_ops *fib6_rules_ops;
107 struct fib_rules_ops *mr6_rules_ops;
H A Dipv4.h17 struct fib_rules_ops;
91 struct fib_rules_ops *rules_ops;
244 struct fib_rules_ops *mr_rules_ops;
/linux-master/net/ipv4/
H A Dfib_rules.c372 static void fib4_rule_flush_cache(struct fib_rules_ops *ops)
377 static const struct fib_rules_ops __net_initconst fib4_rules_ops_template = {
394 static int fib_default_rules_init(struct fib_rules_ops *ops)
413 struct fib_rules_ops *ops;
H A Dipmr.c225 static const struct fib_rules_ops __net_initconst ipmr_rules_ops_template = {
240 struct fib_rules_ops *ops;
/linux-master/net/ipv6/
H A Dfib6_rules.c452 static void fib6_rule_flush_cache(struct fib_rules_ops *ops)
457 static const struct fib_rules_ops __net_initconst fib6_rules_ops_template = {
477 struct fib_rules_ops *ops;
H A Dip6mr.c214 static const struct fib_rules_ops __net_initconst ip6mr_rules_ops_template = {
229 struct fib_rules_ops *ops;

Completed in 133 milliseconds