Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Din_fib_dxr.c189 uint32_t updates_high; member
910 if (da->updates_low > da->updates_high) in dxr_build()
926 da->updates_high = DIRECT_TBL_SIZE - 1; in dxr_build()
936 for (i = da->updates_low; i <= da->updates_high; i++) { in dxr_build()
964 da->updates_high = DIRECT_TBL_SIZE - 1; in dxr_build()
987 for (i = da->updates_low >> dxr_x; i <= da->updates_high >> dxr_x; in dxr_build()
1044 if (da->updates_low <= da->updates_high) in dxr_build()
1046 (da->updates_high - da->updates_low) / 8 + 1); in dxr_build()
1048 da->updates_high = 0; in dxr_build()
1265 if (end > da->updates_high) in dxr_change_rib_batch()
[all …]