diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-06-01 10:41:38 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-06-01 10:41:38 +0000 |
| commit | d4b5cae49bff736c08586be8199e09a511ca711b (patch) | |
| tree | 786f045f4da789d697041f2eeca0ba057458f558 /sys/netipsec/ipsec_input.c | |
| parent | 79d6b3f34ac0df84d792748389c2bd32a2fb33f2 (diff) | |
Notes
Diffstat (limited to 'sys/netipsec/ipsec_input.c')
| -rw-r--r-- | sys/netipsec/ipsec_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c index 018e0c58484f..62ded7b548ee 100644 --- a/sys/netipsec/ipsec_input.c +++ b/sys/netipsec/ipsec_input.c @@ -481,7 +481,7 @@ ipsec4_common_input_cb(struct mbuf *m, struct secasvar *sav, /* * Re-dispatch via software interrupt. */ - if ((error = netisr_queue(NETISR_IP, m))) { + if ((error = netisr_queue_src(NETISR_IP, (uintptr_t)sav, m))) { IPSEC_ISTAT(sproto, V_espstat.esps_qfull, V_ahstat.ahs_qfull, V_ipcompstat.ipcomps_qfull); |
