|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.169.2.6, 2005/03/04 16:53:29 | version 1.169.2.7, 2005/04/01 14:31:50 | ||
|---|---|---|---|
|
|
||
| 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); | ||