Lines Matching refs:result
85 .result = res,
137 (struct fib_result *)arg->result,
148 struct fib_result *result = arg->result;
151 if (result->fi) {
152 struct fib_nh_common *nhc = fib_info_nhc(result->fi, 0);
157 /* do not accept result if the route does
160 if (result->prefixlen <= rule->suppress_prefixlen)
163 /* do not accept result if the route uses a device
173 fib_info_put(result->fi);