diff options
| author | David S. Miller <davem@nuts.davemloft.net> | 2004-09-24 02:05:14 -0700 |
|---|---|---|
| committer | David S. Miller <davem@kernel.bkbits.net> | 2004-09-24 02:05:14 -0700 |
| commit | 0aced2d6835647edaf121d09f7bc811c7373ac6f (patch) | |
| tree | a017a1e5ec34188d3763ab163652deef60be7564 /include | |
| parent | af6e4ad0b7a9d84e5a6d0cb79608ebcc9b2762fc (diff) | |
[NET]: Smooth out periodic neighbour GC.
Based almost entirely upon work by Tim Gardner
(timg@tpi.com) and Harald Welte (laforge@gnumonks.org)
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/neighbour.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 7b08b1220533..e66c71da2357 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -176,6 +176,7 @@ struct neigh_table struct neighbour **hash_buckets; unsigned int hash_mask; __u32 hash_rnd; + unsigned int hash_chain_gc; struct pneigh_entry **phash_buckets; }; |
