Lines Matching refs:ofi
288 static inline int nh_comp(struct fib_info *fi, struct fib_info *ofi)
292 if (fi->nh || ofi->nh)
293 return nexthop_cmp(fi->nh, ofi->nh) ? 0 : -1;
295 if (ofi->fib_nhs == 0)
299 onh = fib_info_nh(ofi, nhsel);
1411 struct fib_info *ofi;
1605 ofi = fib_find_info(fi);
1606 if (ofi) {
1610 ofi->fib_treeref++;
1611 return ofi;