|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.158.2.1, 2007/06/08 14:17:48 | version 1.158.2.2, 2007/07/15 13:27:59 | ||
|---|---|---|---|
|
|
||
| m_tag_prepend(n, tag); | m_tag_prepend(n, tag); | ||
| #ifdef FAST_IPSEC | #ifdef FAST_IPSEC | ||
| ipsec4_common_input(n, iphdrlen); | ipsec4_common_input(n, iphdrlen, IPPROTO_ESP); | ||
| #else | #else | ||
| esp4_input(n, iphdrlen); | esp4_input(n, iphdrlen); | ||
| #endif | #endif |