secid.txt

来自「linux 内核源代码」· 文本 代码 · 共 15 行

TXT
15
字号
flowi structure:The secid member in the flow structure is used in LSMs (e.g. SELinux) to indicatethe label of the flow. This label of the flow is currently used in selectingmatching labeled xfrm(s).If this is an outbound flow, the label is derived from the socket, if any, orthe incoming packet this flow is being generated as a response to (e.g. tcpresets, timewait ack, etc.). It is also conceivable that the label could bederived from other sources such as process context, device, etc., in specialcases, as may be appropriate.If this is an inbound flow, the label is derived from the IPSec securityassociations, if any, used by the packet.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?