On Wed, Aug 20, 2003 at 10:54:37AM -0700, David S. Miller wrote:
On Wed, 20 Aug 2003 13:59:29 -0400
Jeff Garzik [off-list ref] wrote:
quoted
On Wed, Aug 20, 2003 at 01:49:28PM -0400, Michael Richardson wrote:
quoted
For ethernet protocols, you can just register the protocol handler, and you
will get them.
Dumb question: how? example code, or relevant functions to grep for?
He's talking about net/core/dev.c:dev_add_pack()
Thanks much.
Tangent, from reading dev.c: Is it ok that dev_queue_xmit_nit does not
check the return value of struct packet_type's ->func hook? It seems to
do so in all other cases...
Jeff