Searched refs:ipsec_chkreplay (Results 1 – 4 of 4) sorted by relevance
328 int ipsec_chkreplay(uint32_t, uint32_t *, struct secasvar *);
565 ipsec_chkreplay(ntohl(ah->ah_seq), &seqh, sav) == 0) { in ah_input()
331 if (ipsec_chkreplay(ntohl(esp->esp_seq), &seqh, sav) == 0) { in esp_input()
1248 ipsec_chkreplay(uint32_t seq, uint32_t *seqhigh, struct secasvar *sav) in ipsec_chkreplay() function