|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.158.4.1, 2007/07/11 20:11:30 | version 1.159, 2007/05/12 02:03:15 | ||
|---|---|---|---|
|
|
||
| m_tag_prepend(n, tag); | m_tag_prepend(n, tag); | ||
| #ifdef FAST_IPSEC | #ifdef FAST_IPSEC | ||
| ipsec4_common_input(n, iphdrlen, IPPROTO_ESP); | ipsec4_common_input(n, iphdrlen); | ||
| #else | #else | ||
| esp4_input(n, iphdrlen); | esp4_input(n, iphdrlen); | ||
| #endif | #endif |