netdev
[Top] [All Lists]

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

To: Chris Friesen <cfriesen@xxxxxxxxxxxxxxxxxx>
Subject: Re: help??? trying to trace code path of outgoing udp packet
From: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Fri, 22 Aug 2003 08:36:10 -0700
Cc: Linux Kernel Mailing List <linux-kernel@xxxxxxxxxxxxxxx>, netdev@xxxxxxxxxxx
In-reply-to: <3F46356A.804@xxxxxxxxxxxxxxxxxx>
References: <3F46356A.804@xxxxxxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
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



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