Home
last modified time | relevance | path

Searched refs:ofi (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfib_semantics.c288 static inline int nh_comp(struct fib_info *fi, struct fib_info *ofi) in nh_comp() argument
292 if (fi->nh || ofi->nh) in nh_comp()
293 return nexthop_cmp(fi->nh, ofi->nh) ? 0 : -1; in nh_comp()
295 if (ofi->fib_nhs == 0) in nh_comp()
299 onh = fib_info_nh(ofi, nhsel); in nh_comp()
1391 struct fib_info *ofi; in fib_create_info() local
1586 ofi = fib_find_info(fi); in fib_create_info()
1587 if (ofi) { in fib_create_info()
1591 refcount_inc(&ofi->fib_treeref); in fib_create_info()
1592 return ofi; in fib_create_info()
/openbmc/qemu/hw/net/can/
H A Dctu_can_fd_regs.h280 uint32_t ofi : 1; member
292 uint32_t ofi : 1;