Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: networking: convert xfrm_proc.txt to ReST

- add SPDX header;
- adjust title markup;
- adjust identation, whitespaces and blank lines where needed;
- add to networking/index.rst.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Mauro Carvalho Chehab and committed by
David S. Miller
da62baad c4a0eb93

+32
+1
Documentation/networking/index.rst
··· 118 118 x25-iface 119 119 x25 120 120 xfrm_device 121 + xfrm_proc 121 122 122 123 .. only:: subproject and html 123 124
+31
Documentation/networking/xfrm_proc.txt Documentation/networking/xfrm_proc.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + ================================== 1 4 XFRM proc - /proc/net/xfrm_* files 2 5 ================================== 6 + 3 7 Masahide NAKAMURA <nakam@linux-ipv6.org> 4 8 5 9 ··· 18 14 19 15 Inbound errors 20 16 ~~~~~~~~~~~~~~ 17 + 21 18 XfrmInError: 22 19 All errors which is not matched others 20 + 23 21 XfrmInBufferError: 24 22 No buffer is left 23 + 25 24 XfrmInHdrError: 26 25 Header error 26 + 27 27 XfrmInNoStates: 28 28 No state is found 29 29 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong 30 + 30 31 XfrmInStateProtoError: 31 32 Transformation protocol specific error 32 33 e.g. SA key is wrong 34 + 33 35 XfrmInStateModeError: 34 36 Transformation mode specific error 37 + 35 38 XfrmInStateSeqError: 36 39 Sequence error 37 40 i.e. Sequence number is out of window 41 + 38 42 XfrmInStateExpired: 39 43 State is expired 44 + 40 45 XfrmInStateMismatch: 41 46 State has mismatch option 42 47 e.g. UDP encapsulation type is mismatch 48 + 43 49 XfrmInStateInvalid: 44 50 State is invalid 51 + 45 52 XfrmInTmplMismatch: 46 53 No matching template for states 47 54 e.g. Inbound SAs are correct but SP rule is wrong 55 + 48 56 XfrmInNoPols: 49 57 No policy is found for states 50 58 e.g. Inbound SAs are correct but no SP is found 59 + 51 60 XfrmInPolBlock: 52 61 Policy discards 62 + 53 63 XfrmInPolError: 54 64 Policy error 65 + 55 66 XfrmAcquireError: 56 67 State hasn't been fully acquired before use 68 + 57 69 XfrmFwdHdrError: 58 70 Forward routing of a packet is not allowed 59 71 ··· 77 57 ~~~~~~~~~~~~~~~ 78 58 XfrmOutError: 79 59 All errors which is not matched others 60 + 80 61 XfrmOutBundleGenError: 81 62 Bundle generation error 63 + 82 64 XfrmOutBundleCheckError: 83 65 Bundle check error 66 + 84 67 XfrmOutNoStates: 85 68 No state is found 69 + 86 70 XfrmOutStateProtoError: 87 71 Transformation protocol specific error 72 + 88 73 XfrmOutStateModeError: 89 74 Transformation mode specific error 75 + 90 76 XfrmOutStateSeqError: 91 77 Sequence error 92 78 i.e. Sequence number overflow 79 + 93 80 XfrmOutStateExpired: 94 81 State is expired 82 + 95 83 XfrmOutPolBlock: 96 84 Policy discards 85 + 97 86 XfrmOutPolDead: 98 87 Policy is dead 88 + 99 89 XfrmOutPolError: 100 90 Policy error 91 + 101 92 XfrmOutStateInvalid: 102 93 State is invalid, perhaps expired