Re: Q about ip_local_deliver_finish

Alexey Vyskubov (alexey.vyskubov@nokia.com)
Tue, 22 May 2001 14:55:53 +0300


> If I understand correctly it means that if we have two different protocols
> with the same (modulo MAX_INET_PROTOS) protocol number then
> ip_local_deliver will return the return value of ipprot->handler for the
> first protocol in the chain
> inet_protos[protocol number modulo MAX_INET_PROTOS] and *always zero* for the
> second. Why? Is it a bug or I just do not understand something?

Of course I mean the return value for protocol handler if the chain contains
only one protcol and *always zero* if the chain contains several protocols.

--
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/