Searched refs:esph_replay (Results 1 – 3 of 3) sorted by relevance
78 ntohl(aligned_esph->esph_replay)); in interpret_esp()92 (void) sprintf(get_line((char *)&esph->esph_replay - in interpret_esp()94 ntohl(aligned_esph->esph_replay)); in interpret_esp()
88 uint32_t esph_replay; member
1155 if (!sadb_replay_peek(ipsa, esph->esph_replay)) { in esp_inbound()1700 if (!sadb_replay_check(assoc, esph->esph_replay)) { in esp_in_done()2821 esph_ptr->esph_replay = htonl(atomic_inc_32_nv(&assoc->ipsa_replay)); in esp_outbound()2822 if (esph_ptr->esph_replay == 0 && assoc->ipsa_replay_wsize != 0) { in esp_outbound()