Searched refs:next_pn (Results 1 – 1 of 1) sorted by relevance
149 u32 next_pn; member190 u32 next_pn; member545 pn = tx_sa->next_pn; in tx_sa_update_pn()547 tx_sa->next_pn++; in tx_sa_update_pn()548 if (tx_sa->next_pn == 0) { in tx_sa_update_pn()796 if (rx_sa->next_pn >= secy->replay_window) in macsec_post_decrypt()797 lowest_pn = rx_sa->next_pn - secy->replay_window; in macsec_post_decrypt()851 if (pn >= rx_sa->next_pn) in macsec_post_decrypt()852 rx_sa->next_pn = pn + 1; in macsec_post_decrypt()1199 late = rx_sa->next_pn >= secy->replay_window && in macsec_handle_frame()[all …]