Lines Matching +full:two +full:- +full:user
1 .. SPDX-License-Identifier: GPL-2.0
21 This way a backup stays as closely up-to-date as an active member.
25 For this reason, we also add a nagle-like algorithm to restrict
28 These thresholds are set system-wide via sysctls or can be updated
32 - the lifetime byte counter
36 - the replay sequence for both inbound and outbound
39 ----------------------
41 nlmsghdr:aevent_id:optional-TLVs.
49 A XFRM_MSG_NEWAE will have at least two TLVs (as is
76 message (kernel<->user) as well the cause (config, query or event).
81 when going from kernel to user space)
87 -----------------------------------------
110 ---------------------------------------------
116 Programs installing SAs will need to specify the two thresholds, however,
121 the two sysctls/proc entries are:
129 in incremental packet count. The default is two packets.
132 ----------------
134 a) XFRM_MSG_GETAE issued by user-->kernel.
144 b) XFRM_MSG_NEWAE is issued by either user space to configure
147 i) user --> kernel to configure a specific SA.
152 A response is issued back to the sender in user space to indicate success
158 ii) kernel->user direction as a response to XFRM_MSG_GETAE
165 iii) kernel->user to report as event if someone sets any values or
167 In such a case XFRM_AE_CU flag is set to inform the user that
171 iv) kernel->user to report event when replay threshold or a timeout
175 happened) is set to inform the user what happened.
176 Note the two flags are mutually exclusive.
180 --------------------------------
189 -JHS