tracing calls of output(skb)

From: linux lover
Date: Tue May 18 2004 - 05:33:08 EST


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/
-
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/