Home
last modified time | relevance | path

Searched refs:XFRM_TYPE_REPLAY_PROT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/xfrm/
H A Dxfrm_replay.c103 if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { in __xfrm_replay_overflow()
195 if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { in xfrm_replay_overflow_bmp()
428 if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { in xfrm_replay_overflow_esn()
622 if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { in xfrm_replay_overflow_offload()
662 if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { in xfrm_replay_overflow_offload_bmp()
703 if (x->type->flags & XFRM_TYPE_REPLAY_PROT) { in xfrm_replay_overflow_offload_esn()
/openbmc/linux/net/ipv4/
H A Dah4.c565 .flags = XFRM_TYPE_REPLAY_PROT,
H A Desp4.c1211 .flags = XFRM_TYPE_REPLAY_PROT,
/openbmc/linux/net/ipv6/
H A Dah6.c764 .flags = XFRM_TYPE_REPLAY_PROT,
H A Desp6.c1263 .flags = XFRM_TYPE_REPLAY_PROT,
/openbmc/linux/include/net/
H A Dxfrm.h425 #define XFRM_TYPE_REPLAY_PROT 2 macro