Lines Matching refs:result
84 .result = res,
136 (struct fib_result *)arg->result,
147 struct fib_result *result = (struct fib_result *) arg->result;
150 if (result->fi) {
151 struct fib_nh_common *nhc = fib_info_nhc(result->fi, 0);
156 /* do not accept result if the route does
159 if (result->prefixlen <= rule->suppress_prefixlen)
162 /* do not accept result if the route uses a device
172 fib_info_put(result->fi);