All of lore.kernel.org
 help / color / mirror / Atom feed
* what is use of dev_queue_xmit_nit?
@ 2004-12-23 16:50 linux lover
  0 siblings, 0 replies; 2+ messages in thread
From: linux lover @ 2004-12-23 16:50 UTC (permalink / raw)
  To: linux-kernel

Hello all,
      I want to know what is use of dev_queue_xmit_nit function in
dev.c file? Also why it calls following statement
                       ptype->func(skb2, skb->dev, ptype);
Also why skb2 is created by cloning skb? Acually i trace TCP packets
and found that control goes from neigh_resolve_output to directly
dev_queue_xmit_nit and then to HW driver 8139too.c? I want to know why
it not goes from dev_queue_xmit? I place printk statments and found
after dev_queue_xmit_nit control moves to network interface driver?
Help to understand the control  packet path.
Thanks in advance.
linux_lover

^ permalink raw reply	[flat|nested] 2+ messages in thread
* what is use of dev_queue_xmit_nit?
@ 2004-12-21 10:06 linux lover
  0 siblings, 0 replies; 2+ messages in thread
From: linux lover @ 2004-12-21 10:06 UTC (permalink / raw)
  To: linux-net; +Cc: netdev

Hello all,
       I want to know what is use of dev_queue_xmit_nit function in
dev.c file? Also why it calls following statement
                        ptype->func(skb2, skb->dev, ptype);
Also why skb2 is created by cloning skb? Acually i trace TCP packets
and found that control goes from neigh_resolve_output to directly
dev_queue_xmit_nit and then to HW driver 8139too.c? I want to know why
it not goes from dev_queue_xmit? I place printk statments and found
after dev_queue_xmit_nit control moves to network interface driver?
Help to understand the control  packet path.
Thanks in advance.
linux_lover

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-23 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-23 16:50 what is use of dev_queue_xmit_nit? linux lover
  -- strict thread matches above, loose matches on Subject: below --
2004-12-21 10:06 linux lover

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.