Re: help??? trying to trace code path of outgoing udp packet

From: Nivedita Singhvi
Date: Fri Aug 22 2003 - 10:40:02 EST


Chris Friesen wrote:

ip_finish_output ip_output.c
ip_finish_output2 ip_output.c dst->neighbour->output

|
V
dev_queue_xmit()
qdisc_run()
qdisc_restart()
dev->hard_start_xmit() [driver xmit routine]

this is for the default queuing discipline.

thanks,
Nivedita


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