Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfib_rules.c40 if (READ_ONCE(rule->iifindex) || READ_ONCE(rule->oifindex) || in fib_rule_matchall()
267 static bool fib_rule_oif_match(const struct fib_rule *rule, int oifindex, in fib_rule_oif_match() argument
272 return oif_is_l3_master ? l3mdev_fib_rule_oif_match(fl, oifindex) : in fib_rule_oif_match()
273 fl->flowi_oif == oifindex; in fib_rule_oif_match()
280 int iifindex, oifindex, ret = 0; in fib_rule_match() local
286 oifindex = READ_ONCE(rule->oifindex); in fib_rule_match()
287 if (oifindex && !fib_rule_oif_match(rule, oifindex, fl)) in fib_rule_match()
616 nlrule->oifindex = -1; in fib_nl2rule()
769 nlrule->oifindex = READ_ONCE(dev->ifindex); in fib_nl2rule_locked()
1191 if (READ_ONCE(rule->oifindex) == -1) in fib_nl_fill_rule()
[all …]
/linux/include/net/
H A Dfib_rules.h23 int oifindex; member