netdev
[Top] [All Lists]

tracing calls of output(skb)

To: linuxkernel <linux-kernel@xxxxxxxxxxxxxxx>
Subject: tracing calls of output(skb)
From: linux lover <linux_lover2004@xxxxxxxxx>
Date: Mon, 17 May 2004 23:28:57 -0700 (PDT)
Cc: netdev <netdev@xxxxxxxxxxx>, netfilter <netfilter-devel@xxxxxxxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
hello friends,
          can anybody knows where does this
skb->dst->output(skb) call goes? it is written in
output_maybe_reroute function call in ip_output.c?
also let me know whether following two calls also
point to same destination funcaion as above function?
   hh->hh_output(skb);
   return dst->neighbour->output(skb);
if yes to which function they point (dev_queue_xmit)?

Thanking you.
linux_lover





        
                
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/

<Prev in Thread] Current Thread [Next in Thread>
  • tracing calls of output(skb), linux lover <=