Home
last modified time | relevance | path

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

/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()
1477 fi->fib_nhs = nhs; in fib_create_info()
1564 if (linkdown == fi->fib_nhs) in fib_create_info()
2000 BUG_ON(!fi->fib_nhs); in fib_sync_down_dev()
2026 dead = fi->fib_nhs; in fib_sync_down_dev()
2031 if (dead == fi->fib_nhs) { in fib_sync_down_dev()
2158 BUG_ON(!fi->fib_nhs); in fib_sync_up()
/linux/include/net/
H A Dip_fib.h156 int fib_nhs; member
162 struct fib_nh fib_nh[] __counted_by(fib_nhs);
H A Dnexthop.h481 return fi->fib_nhs; in fib_info_num_path()