Home
last modified time | relevance | path

Searched defs:oifindex (Results 1 – 3 of 3) 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() argument
352 l3mdev_fib_rule_oif_match(const struct flowi * fl,int oifindex) l3mdev_fib_rule_oif_match() argument
H A Dfib_rules.h23 int oifindex; member
/linux/net/core/
H A Dfib_rules.c269 static bool fib_rule_oif_match(const struct fib_rule *rule, int oifindex, in fib_rule_oif_match()
282 int iifindex, oifindex, ret = 0; in fib_rule_match() local