Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/netinet



Module Name:    src
Committed By:   yamt
Date:           Mon Apr 25 22:11:32 UTC 2011

Modified Files:
        src/sys/netinet: in_offload.c

Log Message:
ip_undefer_csum:
- don't forget ntohs.
- don't add hdrlen twice for l4 header offset.
- use M_CSUM_DATA_IPv4_IPHL instead of extracting it from ip header.
- simplify code.
- KNF.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/netinet/in_offload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index