netdev
[Top] [All Lists]

what is use of dev_queue_xmit_nit?

To: linux-net@xxxxxxxxxxxxxxx
Subject: what is use of dev_queue_xmit_nit?
From: linux lover <linux.lover2004@xxxxxxxxx>
Date: Tue, 21 Dec 2004 15:36:14 +0530
Cc: netdev@xxxxxxxxxxx
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:mime-version:content-type:content-transfer-encoding; b=pztHeNF+k/b1QraDrI90es4kYGInElYSwOglKzkEx6yf023E15n1IC6NkSaPcrXs8y8gO15n8h0kQerIdkCMfZKBCEwkZl9hUgsiqFpL0ArApn4AVHTLvFD6rQngwg7zbiBG5zWijdzGXoLdW02zFhTcjbhN/7YgnjnfuEtqgTY=
Reply-to: linux lover <linux.lover2004@xxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>
  • what is use of dev_queue_xmit_nit?, linux lover <=