Searched refs:fib_rules_ops (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | fib_rules.h | 59 struct fib_rules_ops { struct 90 void (*flush_cache)(struct fib_rules_ops *ops); argument 188 struct fib_rules_ops *fib_rules_register(const struct fib_rules_ops *, 190 void fib_rules_unregister(struct fib_rules_ops *); 192 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags, 194 int fib_default_rule_add(struct fib_rules_ops *, u32 pref, u32 table,
|
| /Linux-v5.4/net/core/ |
| D | fib_rules.c | 41 int fib_default_rule_add(struct fib_rules_ops *ops, in fib_default_rule_add() 69 static u32 fib_default_rule_pref(struct fib_rules_ops *ops) in fib_default_rule_pref() 87 struct fib_rules_ops *ops, struct nlmsghdr *nlh, 90 static struct fib_rules_ops *lookup_rules_ops(struct net *net, int family) in lookup_rules_ops() 92 struct fib_rules_ops *ops; in lookup_rules_ops() 108 static void rules_ops_put(struct fib_rules_ops *ops) in rules_ops_put() 114 static void flush_route_cache(struct fib_rules_ops *ops) in flush_route_cache() 120 static int __fib_rules_register(struct fib_rules_ops *ops) in __fib_rules_register() 123 struct fib_rules_ops *o; in __fib_rules_register() 149 struct fib_rules_ops * [all …]
|
| /Linux-v5.4/include/net/netns/ |
| D | ipv4.h | 17 struct fib_rules_ops; 56 struct fib_rules_ops *rules_ops; 208 struct fib_rules_ops *mr_rules_ops;
|
| D | ipv6.h | 89 struct fib_rules_ops *fib6_rules_ops; 101 struct fib_rules_ops *mr6_rules_ops;
|
| /Linux-v5.4/net/decnet/ |
| D | dn_rules.c | 38 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-v5.4/net/ipv4/ |
| D | fib_rules.c | 364 static void fib4_rule_flush_cache(struct fib_rules_ops *ops) in fib4_rule_flush_cache() 369 static const struct fib_rules_ops __net_initconst fib4_rules_ops_template = { 387 static int fib_default_rules_init(struct fib_rules_ops *ops) in fib_default_rules_init() 406 struct fib_rules_ops *ops; in fib4_rules_init()
|
| D | ipmr.c | 222 static const struct fib_rules_ops __net_initconst ipmr_rules_ops_template = { 238 struct fib_rules_ops *ops; in ipmr_rules_init()
|
| /Linux-v5.4/net/ipv6/ |
| D | fib6_rules.c | 441 static const struct fib_rules_ops __net_initconst fib6_rules_ops_template = { 461 struct fib_rules_ops *ops; in fib6_rules_net_init()
|
| D | ip6mr.c | 209 static const struct fib_rules_ops __net_initconst ip6mr_rules_ops_template = { 225 struct fib_rules_ops *ops; in ip6mr_rules_init()
|