Home
last modified time | relevance | path

Searched refs:fib_rules_ops (Results 1 – 9 of 9) sorted by relevance

/linux/net/core/
A Dfib_rules.c106 struct fib_rules_ops *ops; in lookup_rules_ops()
137 struct fib_rules_ops *o; in __fib_rules_register()
163 struct fib_rules_ops *
166 struct fib_rules_ops *ops; in fib_rules_register()
364 struct fib_rules_ops *ops, in call_fib_rule_notifiers()
381 struct fib_rules_ops *ops; in fib_rules_dump()
403 struct fib_rules_ops *ops; in fib_rules_seq_read()
758 struct fib_rules_ops *ops = NULL; in fib_nl_newrule()
989 struct fib_rules_ops *ops) in fib_nl_fill_rule()
1125 struct fib_rules_ops *ops; in fib_nl_dumprule()
[all …]
/linux/include/net/
A Dfib_rules.h60 struct fib_rules_ops { struct
91 void (*flush_cache)(struct fib_rules_ops *ops); argument
190 struct fib_rules_ops *fib_rules_register(const struct fib_rules_ops *,
192 void fib_rules_unregister(struct fib_rules_ops *);
194 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags,
196 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table,
/linux/include/net/netns/
A Dipv4.h16 struct fib_rules_ops;
59 struct fib_rules_ops *rules_ops;
209 struct fib_rules_ops *mr_rules_ops;
A Dipv6.h89 struct fib_rules_ops *fib6_rules_ops;
101 struct fib_rules_ops *mr6_rules_ops;
/linux/net/decnet/
A Ddn_rules.c38 static struct fib_rules_ops *dn_fib_rules_ops;
222 static void dn_fib_rule_flush_cache(struct fib_rules_ops *ops) in dn_fib_rule_flush_cache()
227 static const struct fib_rules_ops __net_initconst dn_fib_rules_ops_template = {
/linux/net/ipv4/
A Dfib_rules.c370 static void fib4_rule_flush_cache(struct fib_rules_ops *ops) in fib4_rule_flush_cache()
375 static const struct fib_rules_ops __net_initconst fib4_rules_ops_template = {
393 static int fib_default_rules_init(struct fib_rules_ops *ops) in fib_default_rules_init()
412 struct fib_rules_ops *ops; in fib4_rules_init()
A Dipmr.c224 static const struct fib_rules_ops __net_initconst ipmr_rules_ops_template = {
240 struct fib_rules_ops *ops; in ipmr_rules_init()
/linux/net/ipv6/
A Dfib6_rules.c449 static const struct fib_rules_ops __net_initconst fib6_rules_ops_template = {
469 struct fib_rules_ops *ops; in fib6_rules_net_init()
A Dip6mr.c211 static const struct fib_rules_ops __net_initconst ip6mr_rules_ops_template = {
227 struct fib_rules_ops *ops; in ip6mr_rules_init()

Completed in 21 milliseconds