From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Krishna Kumar" Subject: Re: Neighbor cache Date: Thu, 2 May 2002 17:07:20 -0700 Sender: owner-netdev@oss.sgi.com Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@oss.sgi.com, owner-netdev@oss.sgi.com Return-path: To: "Xiaoning He" List-Id: netdev.vger.kernel.org Look for "struct neighbour" and "struct neigh_table" in neighbour.h and it's usage. Functions are neigh_lookup(), neigh_create(), neigh_destroy(), etc. - KK "Xiaoning He" bs-usa.com> cc: Sent by: Subject: Neighbor cache owner-netdev@oss.s gi.com 05/02/2002 03:54 PM Hi All I have a question related to the Neighbor cache. I am currently trying to modify the neighbor cache but I can not find where the code in the IPv6 kernel. Could you please let me know in the IPv6 kernel, where the Neighbor cache is maintained and which file contains them? Thank you very much. Xiaoning He