Lines Matching defs:event
38 static void xfrm_replay_notify(struct xfrm_state *x, int event)
51 switch (event) {
57 event = XFRM_REPLAY_TIMEOUT;
75 c.event = XFRM_MSG_NEWAE;
76 c.data.aevent = event;
279 static void xfrm_replay_notify_bmp(struct xfrm_state *x, int event)
295 switch (event) {
302 event = XFRM_REPLAY_TIMEOUT;
321 c.event = XFRM_MSG_NEWAE;
322 c.data.aevent = event;
330 static void xfrm_replay_notify_esn(struct xfrm_state *x, int event)
347 switch (event) {
369 event = XFRM_REPLAY_TIMEOUT;
387 c.event = XFRM_MSG_NEWAE;
388 c.data.aevent = event;