commit | 9500e8a81fe6302fcc5e4110adc4d166c9873d3a | [log] [tgz] |
---|---|---|
author | Jamal Hadi Salim <hadi@cyberus.ca> | Mon Mar 20 19:15:29 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 19:15:29 2006 -0800 |
tree | 9b26d81e2d69869d2a01c4b33f568ab6cf1e0378 | |
parent | f8cd54884e675dfaf0c86cc7c088adb6ca9d7638 [diff] [blame] |
[IPSEC]: Sync series - fast path Fast path sequence updates that will generate ipsec async events Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/ah4.c b/net/ipv4/ah4.c index aed537f..e16d8b4 100644 --- a/net/ipv4/ah4.c +++ b/net/ipv4/ah4.c
@@ -97,6 +97,7 @@ ah->reserved = 0; ah->spi = x->id.spi; ah->seq_no = htonl(++x->replay.oseq); + xfrm_aevent_doreplay(x); ahp->icv(ahp, skb, ah->auth_data); top_iph->tos = iph->tos;