Lines Matching refs:arg
84 struct fib_lookup_arg arg = { in __fib_lookup() local
93 err = fib_rules_lookup(net->ipv4.rules_ops, flowi4_to_flowi(flp), 0, &arg); in __fib_lookup()
95 if (arg.rule) in __fib_lookup()
96 res->tclassid = ((struct fib4_rule *)arg.rule)->tclassid; in __fib_lookup()
110 struct fib_lookup_arg *arg) in fib4_rule_action() argument
133 tb_id = fib_rule_get_table(rule, arg); in fib4_rule_action()
137 (struct fib_result *)arg->result, in fib4_rule_action()
138 arg->flags); in fib4_rule_action()
146 struct fib_lookup_arg *arg) in fib4_rule_suppress() argument
148 struct fib_result *result = arg->result; in fib4_rule_suppress()
172 if (!(arg->flags & FIB_LOOKUP_NOREF)) in fib4_rule_suppress()