--- zzzz-none-000/linux-2.6.19.2/include/net/dst.h 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/include/net/dst.h 2008-05-15 09:52:52.000000000 +0000 @@ -225,6 +225,8 @@ /* Output packet to network from transport. */ static inline int dst_output(struct sk_buff *skb) { + skb_trace(skb, 17); + return skb->dst->output(skb); } @@ -233,6 +235,8 @@ { int err; + skb_trace(skb, 16); + for (;;) { err = skb->dst->input(skb);