[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4A3285FE.50705@evolution-systems.co.uk>
Date: Fri, 12 Jun 2009 17:44:46 +0100
From: Matthew Jakeman <matt@...lution-systems.co.uk>
To: netdev@...r.kernel.org
Subject: ndisc_get_neigh() in Kernel Module
Hi all,
Apologies if this is the wrong list and could someone please point me in
the direction of a correct one if so.
I am writing a module (for kernel version 2.6.28) and I need to perform
an IPv6 neighbour lookup on an address as I have a packet before it has
got to the network code and had the MAC header prepended in the skbuff.
After looking about in the kernel code I came across ndisc_get_neigh()
which seemed to suit me perfectly but I can't use it because nd_tbl is
not exported by the kernel.
Are there any other ways for me to do the same thing that
ndisc_get_neigh() does? I guess this is unlikely without having access
to nd_tbl but if anyone could point me in the direction of another way
to perform this operation it would be much appreciated.
Cheers
Matt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists