Lines Matching refs:arg
74 struct fib_lookup_arg arg = { in fib6_lookup() local
84 flowi6_to_flowi(fl6), flags, &arg); in fib6_lookup()
102 struct fib_lookup_arg arg = { in fib6_rule_lookup() local
113 flowi6_to_flowi(fl6), flags, &arg); in fib6_rule_lookup()
163 int flags, struct fib_lookup_arg *arg) in fib6_rule_action_alt() argument
165 struct fib6_result *res = arg->result; in fib6_rule_action_alt()
184 tb_id = fib_rule_get_table(rule, arg); in fib6_rule_action_alt()
189 oif = (int *)arg->lookup_data; in fib6_rule_action_alt()
201 int flags, struct fib_lookup_arg *arg) in __fib6_rule_action() argument
203 struct fib6_result *res = arg->result; in __fib6_rule_action()
208 pol_lookup_t lookup = arg->lookup_ptr; in __fib6_rule_action()
230 tb_id = fib_rule_get_table(rule, arg); in __fib6_rule_action()
238 net, table, flp6, arg->lookup_data, flags); in __fib6_rule_action()
270 struct fib_lookup_arg *arg) in fib6_rule_action() argument
272 if (arg->lookup_ptr == fib6_table_lookup) in fib6_rule_action()
273 return fib6_rule_action_alt(rule, flp, flags, arg); in fib6_rule_action()
275 return __fib6_rule_action(rule, flp, flags, arg); in fib6_rule_action()
280 struct fib_lookup_arg *arg) in fib6_rule_suppress() argument
282 struct fib6_result *res = arg->result; in fib6_rule_suppress()