Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dl3mdev.h44 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,
265 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match() function
/Linux-v4.19/net/l3mdev/
Dl3mdev.c140 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match() function
/Linux-v4.19/net/core/
Dfib_rules.c266 if (rule->l3mdev && !l3mdev_fib_rule_match(rule->fr_net, fl, arg)) in fib_rule_match()