* Tracing TCP/IP packets from NIC to TCP
@ 2003-01-04 0:08 Joshua Stewart
0 siblings, 0 replies; only message in thread
From: Joshua Stewart @ 2003-01-04 0:08 UTC (permalink / raw)
To: Linux Kernel Mailing List
I've asked questions on this topic in the previous e-mails Subj:"Help me
get up to speed, please" and Subj:"From __cpu_raise_softirq() to
net_rx_action()". I understand the packet flow from the NIC all the way
to the ip_rcv() function (and a little further). So, maybe somebody can
fill in another little gap for me.
ip_rcv() call NF_HOOK( PF_INET, NF_IP_PRE_ROUTING, skb, dev, NULL,
ip_rcv_finish) which checks all netfilter hooks that are currently
registered in the PREROUTING hook. All packets that are accepted by
these hook functions get passed to the ip_rcv_finish() function. In
ip_rcv_finish, we call ip_route_input() which sets skb->dst. Then
ip_rv_finish() returns skb->dst->input(skb).
I don't understand enough about the kernel's routing mechanisms to
figure out how these packets (sk_buffs) make their way to the tcp
stack. Can somebody fill me in on exactly what the skb->dst structure
does and where the rt_hash_table array gets setup. If I could just
follow this sk_buff until I start hitting code from tcp.c I'd be more
than satisfied.
Thanks,
Josh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-03 23:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-04 0:08 Tracing TCP/IP packets from NIC to TCP Joshua Stewart
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®