Lines Matching refs:arg
86 struct fib_lookup_arg arg = { in __fib_lookup() local
95 err = fib_rules_lookup(net->ipv4.rules_ops, flowi4_to_flowi(flp), 0, &arg); in __fib_lookup()
97 if (arg.rule) in __fib_lookup()
98 res->tclassid = ((struct fib4_rule *)arg.rule)->tclassid; in __fib_lookup()
112 struct fib_lookup_arg *arg) in fib4_rule_action() argument
135 tb_id = fib_rule_get_table(rule, arg); in fib4_rule_action()
139 (struct fib_result *)arg->result, in fib4_rule_action()
140 arg->flags); in fib4_rule_action()
148 struct fib_lookup_arg *arg) in fib4_rule_suppress() argument
150 struct fib_result *result = arg->result; in fib4_rule_suppress()
174 if (!(arg->flags & FIB_LOOKUP_NOREF)) in fib4_rule_suppress()