Searched refs:ofi (Results 1 – 1 of 1) sorted by relevance
281 static inline int nh_comp(struct fib_info *fi, struct fib_info *ofi) in nh_comp() argument285 if (fi->nh || ofi->nh) in nh_comp()286 return nexthop_cmp(fi->nh, ofi->nh) ? 0 : -1; in nh_comp()288 if (ofi->fib_nhs == 0) in nh_comp()292 onh = fib_info_nh(ofi, nhsel); in nh_comp()1367 struct fib_info *ofi; in fib_create_info() local1562 ofi = fib_find_info(fi); in fib_create_info()1563 if (ofi) { in fib_create_info()1567 refcount_inc(&ofi->fib_treeref); in fib_create_info()1568 return ofi; in fib_create_info()