Searched refs:fib_rules_lookup (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/ |
| H A D | fib_rules.h | 194 int fib_rules_lookup(struct fib_rules_ops *, struct flowi *, int flags,
|
| /linux/net/ipv6/ |
| H A D | fib6_rules.c | 83 err = fib_rules_lookup(net->ipv6.fib6_rules_ops, in fib6_lookup() 112 fib_rules_lookup(net->ipv6.fib6_rules_ops, in fib6_rule_lookup()
|
| H A D | ip6mr.c | 162 err = fib_rules_lookup(net->ipv6.mr6_rules_ops, in ip6mr_fib_lookup()
|
| /linux/net/ipv4/ |
| H A D | fib_rules.c | 96 err = fib_rules_lookup(net->ipv4.rules_ops, flowi4_to_flowi(flp), 0, &arg); in __fib_lookup()
|
| H A D | ipmr.c | 175 err = fib_rules_lookup(net->ipv4.mr_rules_ops, in ipmr_fib_lookup()
|
| /linux/net/core/ |
| H A D | fib_rules.c | 313 int fib_rules_lookup(struct fib_rules_ops *ops, struct flowi *fl, in fib_rules_lookup() function 366 EXPORT_SYMBOL_GPL(fib_rules_lookup);
|