Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dfib_rules.h64 struct fib_rules_ops { struct
95 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-6.15/net/core/
H A Dfib_rules.c107 struct fib_rules_ops *ops; in lookup_rules_ops()
138 struct fib_rules_ops *o; in __fib_rules_register()
164 struct fib_rules_ops *
167 struct fib_rules_ops *ops; in fib_rules_register()
385 struct fib_rules_ops *ops, in call_fib_rule_notifiers()
405 struct fib_rules_ops *ops; in fib_rules_dump()
427 struct fib_rules_ops *ops; in fib_rules_seq_read()
740 struct fib_rules_ops *ops, in fib_nl2rule_rtnl()
1148 struct fib_rules_ops *ops) in fib_nl_fill_rule()
1288 struct fib_rules_ops *ops; in fib_nl_dumprule()
[all …]
/linux-6.15/include/net/netns/
H A Dipv4.h17 struct fib_rules_ops;
100 struct fib_rules_ops *rules_ops;
259 struct fib_rules_ops *mr_rules_ops;
H A Dipv6.h91 struct fib_rules_ops *fib6_rules_ops;
107 struct fib_rules_ops *mr6_rules_ops;
/linux-6.15/net/ipv4/
H A Dfib_rules.c465 static void fib4_rule_flush_cache(struct fib_rules_ops *ops) in fib4_rule_flush_cache()
470 static const struct fib_rules_ops __net_initconst fib4_rules_ops_template = {
487 static int fib_default_rules_init(struct fib_rules_ops *ops) in fib_default_rules_init()
506 struct fib_rules_ops *ops; in fib4_rules_init()
H A Dipmr.c236 static const struct fib_rules_ops __net_initconst ipmr_rules_ops_template = {
251 struct fib_rules_ops *ops; in ipmr_rules_init()
/linux-6.15/net/ipv6/
H A Dfib6_rules.c587 static void fib6_rule_flush_cache(struct fib_rules_ops *ops) in fib6_rule_flush_cache()
592 static const struct fib_rules_ops __net_initconst fib6_rules_ops_template = {
612 struct fib_rules_ops *ops; in fib6_rules_net_init()
H A Dip6mr.c224 static const struct fib_rules_ops __net_initconst ip6mr_rules_ops_template = {
239 struct fib_rules_ops *ops; in ip6mr_rules_init()