Home | History | Annotate | Download | only in ip

Lines Matching refs:replay_window

310 	__u32 replay_window = 0;
340 if (get_u32(&replay_window, *argv, 0))
565 replay_window == 0) {
570 if (replay_window > XFRMA_REPLAY_ESN_MAX) {
573 replay_window, XFRMA_REPLAY_ESN_MAX);
584 replay_window > (sizeof(replay.bitmap) * 8)) {
589 replay_esn.replay_window = replay_window;
590 replay_esn.bmp_len = (replay_window + sizeof(__u32) * 8 - 1) /
601 req.xsinfo.replay_window = replay_window;