Re: Q about ip_local_deliver_finish

2001-05-22 Thread Alexey Vyskubov
> 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]

Q about ip_local_deliver_finish

2001-05-22 Thread Alexey Vyskubov
Hello. I have a question (maybe stupid but I spent a lot of time trying to find an answer)about ip_local_deliver_finish() in 2.4.4. kernel. I'll be very grateful if someone explains me what's happening. There is the following piece of code in ip_local_deliver_finish() (in net/ipv4/ip_input.c):