| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | xfrm_replay.c | 54 ((x->replay.seq - x->preplay.seq < x->replay_maxdiff) && in xfrm_replay_notify() 55 (x->replay.oseq - x->preplay.oseq < x->replay_maxdiff))) { in xfrm_replay_notify() 65 if (memcmp(&x->replay, &x->preplay, in xfrm_replay_notify() 74 memcpy(&x->preplay, &x->replay, sizeof(struct xfrm_replay_state)); in xfrm_replay_notify() 90 XFRM_SKB_CB(skb)->seq.output.low = ++x->replay.oseq; in xfrm_replay_overflow() 92 if (unlikely(x->replay.oseq == 0) && in xfrm_replay_overflow() 94 x->replay.oseq--; in xfrm_replay_overflow() 119 if (likely(seq > x->replay.seq)) in xfrm_replay_check() 122 diff = x->replay.seq - seq; in xfrm_replay_check() 128 if (x->replay.bitmap & (1U << diff)) { in xfrm_replay_check() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | log-writes.rst | 10 that is in the WRITE requests is copied into the log to make the replay happen 18 next REQ_PREFLUSH request. This is to make it easier for userspace to replay 48 If we logged DISCARD when it completed, the replay would look like this: 52 which isn't quite what happened and wouldn't be caught during the log replay. 81 write, but first you need to replay up to the mkfs to make sure 89 This would allow you to replay the log up to the mkfs mark and 90 then replay from that point on doing the fsck check in the 98 There is a userspace tool that will replay the log for you in various ways. 119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync 138 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_std_types_flow_action.c | 91 static int flow_action_esp_replay_none(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_none() argument 102 static int flow_action_esp_replay_def_ok(struct ib_flow_action_attrs_esp_replays *replay, in flow_action_esp_replay_def_ok() argument 111 …ic int (* const flow_action_esp_replay_validate[])(struct ib_flow_action_attrs_esp_replays *replay, 221 struct ib_flow_action_attrs_esp_replays replay; member 279 esp_attr->replay.protocol = in parse_flow_action_esp() 283 ret = uverbs_copy_from_or_zero(&esp_attr->replay.replay, in parse_flow_action_esp() 289 ret = flow_action_esp_replay_validate[esp_attr->replay.protocol](&esp_attr->replay, in parse_flow_action_esp() 294 esp_attr->hdr.replay = &esp_attr->replay; in parse_flow_action_esp()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | vrf-xfrm-tests.sh | 266 replay-window 4 replay-oseq 0x4 \ 273 replay-window 4 replay-oseq 0x4 \ 281 replay-window 4 replay-oseq 0x4 \ 288 replay-window 4 replay-oseq 0x4 \ 296 replay-window 4 replay-oseq 0x4 \ 303 replay-window 4 replay-oseq 0x4 \ 311 replay-window 4 replay-oseq 0x4 \ 318 replay-window 4 replay-oseq 0x4 \
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | xfrm_sync.rst | 19 ensure proper decay of SAs) and replay counters to avoid replay attacks 27 know if the replay sequence threshold is reached or 10 secs have passed" 36 - the replay sequence for both inbound and outbound 67 XFRM_AE_RTHR=1, /* replay threshold*/ 68 XFRM_AE_RVAL=2, /* replay value */ 71 XFRM_AE_CR=16, /* Event cause is replay update */ 94 b)replay value (XFRMA_REPLAY_VAL) 96 This TLV carries the running/current counter for replay sequence since 99 c)replay threshold (XFRMA_REPLAY_THRESH) 102 when the replay sequence is exceeded. [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/ |
| H A D | 0001-Fix-compile-errors-on-Linux-32bit-system.patch | 28 server/red-replay-qxl.c | 2 +- 81 diff --git a/server/red-replay-qxl.c b/server/red-replay-qxl.c 83 --- a/server/red-replay-qxl.c 84 +++ b/server/red-replay-qxl.c 85 @@ -264,7 +264,7 @@ static replay_t read_binary(SpiceReplay *replay, const char *prefix, size_t *siz
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/ |
| H A D | iforce-ff.c | 281 || old->replay.length != new->replay.length in need_core() 282 || old->replay.delay != new->replay.delay) in need_core() 386 effect->replay.length, in iforce_upload_periodic() 387 effect->replay.delay, in iforce_upload_periodic() 446 effect->replay.length, in iforce_upload_constant() 447 effect->replay.delay, in iforce_upload_constant() 512 effect->replay.length, effect->replay.delay, in iforce_upload_condition()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | ff-memless.c | 90 if (state->effect->replay.length) { in calculate_next_time() 171 } else if (envelope->fade_length && effect->replay.length && in apply_envelope() 367 } else if (effect->replay.length && in ml_get_combo_effect() 376 msecs_to_jiffies(effect->replay.delay); in ml_get_combo_effect() 378 msecs_to_jiffies(effect->replay.length); in ml_get_combo_effect() 446 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_playback() 448 msecs_to_jiffies(state->effect->replay.length); in ml_ff_playback() 476 msecs_to_jiffies(state->effect->replay.delay); in ml_ff_upload() 478 msecs_to_jiffies(state->effect->replay.length); in ml_ff_upload()
|
| H A D | input-compat.h | 43 struct ff_replay replay; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | eapol.h | 96 unsigned char replay[EAPOL_KEY_REPLAY_LEN]; /* Replay Counter */ 149 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */ 164 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | eapol.h | 96 unsigned char replay[EAPOL_KEY_REPLAY_LEN]; /* Replay Counter */ 149 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */ 164 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | eapol.h | 96 unsigned char replay[EAPOL_KEY_REPLAY_LEN]; /* Replay Counter */ 149 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */ 164 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | eapol.h | 88 unsigned char replay[EAPOL_KEY_REPLAY_LEN]; /* Replay Counter */ 150 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */ 165 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | eapol.h | 88 unsigned char replay[EAPOL_KEY_REPLAY_LEN]; /* Replay Counter */ 150 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */ 165 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | eapol.h | 95 unsigned char replay[EAPOL_KEY_REPLAY_LEN]; /* Replay Counter */ 128 unsigned char replay[EAPOL_WPA_KEY_REPLAY_LEN]; /* Replay Counter */
|
| /OK3568_Linux_fs/buildroot/package/sane-backends/ |
| H A D | sane-backends.mk | 73 SANE_BACKENDS_CONF_OPTS += --with-usb-record-replay 75 SANE_BACKENDS_CONF_OPTS += --without-usb-record-replay
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | vmmgp100.c | 566 if (vmm->replay) { in gp100_vmm_join() 604 bool replay; in gp100_vmm_new_() local 607 replay = args->v0.fault_replay != 0; in gp100_vmm_new_() 610 replay = false; in gp100_vmm_new_() 618 (*pvmm)->replay = replay; in gp100_vmm_new_()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 187 #define REPLAY_FMT(key) ((const eapol_key_hdr_t *)(key))->replay[0], \ 188 ((const eapol_key_hdr_t *)(key))->replay[1], \ 189 ((const eapol_key_hdr_t *)(key))->replay[2], \ 190 ((const eapol_key_hdr_t *)(key))->replay[3], \ 191 ((const eapol_key_hdr_t *)(key))->replay[4], \ 192 ((const eapol_key_hdr_t *)(key))->replay[5], \ 193 ((const eapol_key_hdr_t *)(key))->replay[6], \ 194 ((const eapol_key_hdr_t *)(key))->replay[7] 291 uint8 replay[WPA_KEY_REPLAY_LEN]; /* Replay Counter */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux_pktdump.c | 187 #define REPLAY_FMT(key) ((const eapol_key_hdr_t *)(key))->replay[0], \ 188 ((const eapol_key_hdr_t *)(key))->replay[1], \ 189 ((const eapol_key_hdr_t *)(key))->replay[2], \ 190 ((const eapol_key_hdr_t *)(key))->replay[3], \ 191 ((const eapol_key_hdr_t *)(key))->replay[4], \ 192 ((const eapol_key_hdr_t *)(key))->replay[5], \ 193 ((const eapol_key_hdr_t *)(key))->replay[6], \ 194 ((const eapol_key_hdr_t *)(key))->replay[7] 291 uint8 replay[WPA_KEY_REPLAY_LEN]; /* Replay Counter */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux_pktdump.c | 187 #define REPLAY_FMT(key) ((const eapol_key_hdr_t *)(key))->replay[0], \ 188 ((const eapol_key_hdr_t *)(key))->replay[1], \ 189 ((const eapol_key_hdr_t *)(key))->replay[2], \ 190 ((const eapol_key_hdr_t *)(key))->replay[3], \ 191 ((const eapol_key_hdr_t *)(key))->replay[4], \ 192 ((const eapol_key_hdr_t *)(key))->replay[5], \ 193 ((const eapol_key_hdr_t *)(key))->replay[6], \ 194 ((const eapol_key_hdr_t *)(key))->replay[7] 291 uint8 replay[WPA_KEY_REPLAY_LEN]; /* Replay Counter */ member
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 11 'perf sched' {record|latency|map|replay|script|timehist} 26 'perf sched replay' to simulate the workload that was recorded 29 threads can then replay the timings (CPU runtime and sleep patterns)
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nfnetlink.c | 195 replay: in nfnetlink_rcv_msg() 260 goto replay; in nfnetlink_rcv_msg() 334 replay: in nfnetlink_rcv_batch() 506 goto replay; in nfnetlink_rcv_batch()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | Makefile | 15 obj-y += log.o orphan.o recovery.o replay.o gc.o
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/ |
| H A D | utouch-evemu_git.bb | 2 … and tools are used to describe devices, record data, create devices and replay data from kernel e…
|