Re: ip_queue_xmit() & fragmentation

David S. Miller (davem@dm.cobaltmicro.com)
Mon, 12 Oct 1998 00:34:12 -0700


Date: Mon, 12 Oct 1998 09:22:39 +0900
From: "Lee, Hee-Jin" <heejin@secns.sec.samsung.co.kr>

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/