Home
last modified time | relevance | path

Searched refs:l3mdev_fib_rule_match (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/net/
Dl3mdev.h59 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,
323 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match() function
/Linux-v6.1/net/l3mdev/
Dl3mdev.c247 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match() function
/Linux-v6.1/net/core/
Dfib_rules.c277 if (rule->l3mdev && !l3mdev_fib_rule_match(rule->fr_net, fl, arg)) in fib_rule_match()