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()
159 uint32_t esph_replay; member
1086 if (!sadb_replay_peek(ipsa, esph->esph_replay)) { in esp_inbound()1458 if (!sadb_replay_check(assoc, esph->esph_replay)) { in esp_in_done()2579 esph_ptr->esph_replay = htonl(atomic_inc_32_nv(&assoc->ipsa_replay)); in esp_outbound()2580 if (esph_ptr->esph_replay == 0 && assoc->ipsa_replay_wsize != 0) { in esp_outbound()