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.c280 if (ofi->fib_nhs == 0) in nh_comp()
338 val = fib_info_hashfn_1(fi->fib_nhs, fi->fib_protocol, in fib_info_hash_bucket()
453 if (fi->fib_nhs != nfi->fib_nhs) in fib_find_info()
1451 fi->fib_nhs = nhs; in fib_create_info()
1538 if (linkdown == fi->fib_nhs) in fib_create_info()
1958 BUG_ON(!fi->fib_nhs); in fib_sync_down_dev()
1985 dead = fi->fib_nhs; in fib_sync_down_dev()
1990 if (dead == fi->fib_nhs) { in fib_sync_down_dev()
2117 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.h485 return fi->fib_nhs; in fib_info_num_path()