Home
last modified time | relevance | path

Searched refs:fib_nhs (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfib_semantics.c295 if (ofi->fib_nhs == 0) in nh_comp()
361 val = fib_info_hashfn_1(fi->fib_nhs, fi->fib_protocol, in fib_info_hashfn()
421 if (fi->fib_nhs != nfi->fib_nhs) in fib_find_info()
1478 fi->fib_nhs = nhs; in fib_create_info()
1565 if (linkdown == fi->fib_nhs) in fib_create_info()
2001 BUG_ON(!fi->fib_nhs); in fib_sync_down_dev()
2027 dead = fi->fib_nhs; in fib_sync_down_dev()
2032 if (dead == fi->fib_nhs) { in fib_sync_down_dev()
2160 BUG_ON(!fi->fib_nhs); in fib_sync_up()
/openbmc/linux/include/net/
H A Dnexthop.h451 return fi->fib_nhs; in fib_info_num_path()
H A Dip_fib.h154 int fib_nhs; member