I supposed that ip_queue_xmit() is mostly designed to send queued
packets after fragmentaion. I mean withiout fragmentaion, there is
no use of ip_queue_xmit. Did I misunderstand it?
ip_queue_xmit is the IPv4 specific packet sending callback for TCP.
egrep "ip_queue_xmit" net/ipv4/tcp_ipv4.c
Later,
David S. Miller
davem@dm.cobaltmicro.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/