netdev
[Top] [All Lists]

2.4.0-testx: who calls ip_rcv (in ipv4/ip_input.c)?

To: netdev@xxxxxxxxxxx, "Romer, Noah" <noah.romer@xxxxxxxx>
Subject: 2.4.0-testx: who calls ip_rcv (in ipv4/ip_input.c)?
From: Noah Romer <nromer@xxxxxxxx>
Date: Tue, 12 Sep 2000 17:03:49 -0500
Organization: LSI Logic
Reply-to: noah.romer@xxxxxxxx
Sender: owner-netdev@xxxxxxxxxxx
I'm trying to trace the path of packets through the networking layers after
they're handed off from the driver via netif_rx. I see where they're placed in
the input_pkt_queue in netif_rx, and taken off of the queue in net_rx_action (I
thought I'd traced them to functions in p8022.c and psnap.c, but it doesn't
appear that either of those files get compiled on my system, so I guess not).
Then I found where the packets get handled in ip_rcv and then ip_rcv_finish,
but I haven't been able to figure out who calls ip_rcv.

Thanks.

<Prev in Thread] Current Thread [Next in Thread>