rwatson 2008-06-02 14:20:44 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c tcp_timer.c
Log:
SVN rev 179487 on 2008-06-02 14:20:26Z by rwatson
When allocating temporary storage to hold a TCP/IP packet header
template, use an M_TEMP malloc(9) allocation rather than an mbuf
with mtod(9) and dtom(9). This eliminates the last use of
dtom(9) in TCP.
MFC after: 3 weeks
Revision Changes Path
1.308 +6 -10 src/sys/netinet/tcp_subr.c
1.101 +1 -1 src/sys/netinet/tcp_timer.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"