Lines Matching refs:fl
59 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl,
63 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int iifindex) in l3mdev_fib_rule_iif_match() argument
65 return !(fl->flowi_flags & FLOWI_FLAG_L3MDEV_OIF) && in l3mdev_fib_rule_iif_match()
66 fl->flowi_l3mdev == iifindex; in l3mdev_fib_rule_iif_match()
70 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match() argument
72 return fl->flowi_flags & FLOWI_FLAG_L3MDEV_OIF && in l3mdev_fib_rule_oif_match()
73 fl->flowi_l3mdev == oifindex; in l3mdev_fib_rule_oif_match()
76 void l3mdev_update_flow(struct net *net, struct flowi *fl);
339 int l3mdev_fib_rule_match(struct net *net, struct flowi *fl, in l3mdev_fib_rule_match() argument
346 bool l3mdev_fib_rule_iif_match(const struct flowi *fl, int iifindex) in l3mdev_fib_rule_iif_match() argument
352 bool l3mdev_fib_rule_oif_match(const struct flowi *fl, int oifindex) in l3mdev_fib_rule_oif_match() argument
358 void l3mdev_update_flow(struct net *net, struct flowi *fl) in l3mdev_update_flow() argument