diff options
author | Jamal Hadi Salim <hadi@cyberus.ca> | 2006-03-21 06:15:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-03-21 06:15:29 +0300 |
commit | 9500e8a81fe6302fcc5e4110adc4d166c9873d3a (patch) | |
tree | 9b26d81e2d69869d2a01c4b33f568ab6cf1e0378 /net/ipv4/ah4.c | |
parent | f8cd54884e675dfaf0c86cc7c088adb6ca9d7638 (diff) | |
download | linux-9500e8a81fe6302fcc5e4110adc4d166c9873d3a.tar.xz |
[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>
Diffstat (limited to 'net/ipv4/ah4.c')
-rw-r--r-- | net/ipv4/ah4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ah4.c b/net/ipv4/ah4.c index aed537fa2c88..e16d8b42b953 100644 --- a/net/ipv4/ah4.c +++ b/net/ipv4/ah4.c @@ -97,6 +97,7 @@ static int ah_output(struct xfrm_state *x, struct sk_buff *skb) 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; |