Home
last modified time | relevance | path

Searched refs:l3mdev_fib_rule_oif_match (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dl3mdev.h70 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match() function
352 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match() function
/linux/net/core/
H A Dfib_rules.c274 return oif_is_l3_master ? l3mdev_fib_rule_oif_match(fl, oifindex) : in fib_rule_oif_match()