|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.212, 2005/02/26 22:45:12 | version 1.213, 2005/03/29 09:37:08 | ||
|---|---|---|---|
|
|
||
| for (t = m; t; t = t->m_next) | for (t = m; t; t = t->m_next) | ||
| plen += t->m_len; | plen += t->m_len; | ||
| m->m_pkthdr.len = plen; | m->m_pkthdr.len = plen; | ||
| m->m_pkthdr.csum_flags = 0; | |||
| } | } | ||
| return (m); | return (m); | ||