|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.187, 2003/11/26 21:15:47 | version 1.188, 2003/12/04 10:02:35 | ||
|---|---|---|---|
|
|
||
| m_adj(m, len - m->m_pkthdr.len); | m_adj(m, len - m->m_pkthdr.len); | ||
| } | } | ||
| #ifdef IPSEC | #if defined(IPSEC) || defined(FAST_IPSEC) | ||
| /* ipflow (IP fast forwarding) is not compatible with IPsec. */ | /* ipflow (IP fast forwarding) is not compatible with IPsec. */ | ||
| m->m_flags &= ~M_CANFASTFWD; | m->m_flags &= ~M_CANFASTFWD; | ||
| #else | #else |