Lines Matching defs:x
24 u32 xfrm_replay_seqhi(struct xfrm_state *x, __be32 net_seq) in xfrm_replay_seqhi()
49 static void xfrm_replay_notify(struct xfrm_state *x, int event) in xfrm_replay_notify()
95 static int xfrm_replay_overflow(struct xfrm_state *x, struct sk_buff *skb) in xfrm_replay_overflow()
117 static int xfrm_replay_check(struct xfrm_state *x, in xfrm_replay_check()
149 static void xfrm_replay_advance(struct xfrm_state *x, __be32 net_seq) in xfrm_replay_advance()
173 static int xfrm_replay_overflow_bmp(struct xfrm_state *x, struct sk_buff *skb) in xfrm_replay_overflow_bmp()
196 static int xfrm_replay_check_bmp(struct xfrm_state *x, in xfrm_replay_check_bmp()
240 static void xfrm_replay_advance_bmp(struct xfrm_state *x, __be32 net_seq) in xfrm_replay_advance_bmp()
288 static void xfrm_replay_notify_bmp(struct xfrm_state *x, int event) in xfrm_replay_notify_bmp()
339 static void xfrm_replay_notify_esn(struct xfrm_state *x, int event) in xfrm_replay_notify_esn()
405 static int xfrm_replay_overflow_esn(struct xfrm_state *x, struct sk_buff *skb) in xfrm_replay_overflow_esn()
434 static int xfrm_replay_check_esn(struct xfrm_state *x, in xfrm_replay_check_esn()
493 static int xfrm_replay_recheck_esn(struct xfrm_state *x, in xfrm_replay_recheck_esn()
505 static void xfrm_replay_advance_esn(struct xfrm_state *x, __be32 net_seq) in xfrm_replay_advance_esn()
585 int xfrm_init_replay(struct xfrm_state *x) in xfrm_init_replay()