Searched refs:ipsec_updatereplay (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netipsec/
H A Dipsec.h326 int ipsec_updatereplay(uint32_t, struct secasvar *);
H A Dipsec.c1168 * ipsec_updatereplay() updates replay bitmap. This must be called after
1236 ipsec_updatereplay(uint32_t seq, struct secasvar *sav) function
H A Dxform_esp.c560 if (ipsec_updatereplay(ntohl(seq), sav)) {
H A Dxform_ah.c800 if (ipsec_updatereplay(ntohl(seq), sav)) {

Completed in 169 milliseconds