diff options
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/xfrm_proc.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/networking/xfrm_proc.txt b/Documentation/networking/xfrm_proc.txt index 53c1a58b02f1..d0d8bafa9016 100644 --- a/Documentation/networking/xfrm_proc.txt +++ b/Documentation/networking/xfrm_proc.txt | |||
@@ -26,8 +26,9 @@ XfrmInStateProtoError: | |||
26 | e.g. SA key is wrong | 26 | e.g. SA key is wrong |
27 | XfrmInStateModeError: | 27 | XfrmInStateModeError: |
28 | Transformation mode specific error | 28 | Transformation mode specific error |
29 | XfrmInSeqOutOfWindow: | 29 | XfrmInStateSeqError: |
30 | Sequence out of window | 30 | Sequence error |
31 | i.e. Sequence number is out of window | ||
31 | XfrmInStateExpired: | 32 | XfrmInStateExpired: |
32 | State is expired | 33 | State is expired |
33 | XfrmInStateMismatch: | 34 | XfrmInStateMismatch: |
@@ -60,6 +61,9 @@ XfrmOutStateProtoError: | |||
60 | Transformation protocol specific error | 61 | Transformation protocol specific error |
61 | XfrmOutStateModeError: | 62 | XfrmOutStateModeError: |
62 | Transformation mode specific error | 63 | Transformation mode specific error |
64 | XfrmOutStateSeqError: | ||
65 | Sequence error | ||
66 | i.e. Sequence number overflow | ||
63 | XfrmOutStateExpired: | 67 | XfrmOutStateExpired: |
64 | State is expired | 68 | State is expired |
65 | XfrmOutPolBlock: | 69 | XfrmOutPolBlock: |