Lines Matching +full:two +full:- +full:user
16 This way a backup stays as closely up-to-date as an active member.
20 For this reason, we also add a nagle-like algorithm to restrict
23 These thresholds are set system-wide via sysctls or can be updated
27 - the lifetime byte counter
31 - the replay sequence for both inbound and outbound
34 ----------------------
36 nlmsghdr:aevent_id:optional-TLVs.
43 A XFRM_MSG_NEWAE will have at least two TLVs (as is
69 message (kernel<->user) as well the cause (config, query or event).
74 when going from kernel to user space)
80 -----------------------------------------
99 ----------------------------------------------
105 Programs installing SAs will need to specify the two thresholds, however,
110 the two sysctls/proc entries are:
117 in incremental packet count. The default is two packets.
120 ----------------
122 a) XFRM_MSG_GETAE issued by user-->kernel.
130 b) XFRM_MSG_NEWAE is issued by either user space to configure
133 i) user --> kernel to configure a specific SA.
136 A response is issued back to the sender in user space to indicate success
141 ii) kernel->user direction as a response to XFRM_MSG_GETAE
146 iii) kernel->user to report as event if someone sets any values or
148 In such a case XFRM_AE_CU flag is set to inform the user that
152 iv) kernel->user to report event when replay threshold or a timeout
155 happened) is set to inform the user what happened.
156 Note the two flags are mutually exclusive.
160 --------------------------------
169 -JHS