Searched refs:next_pn (Results 1 – 1 of 1) sorted by relevance
145 u32 next_pn; member186 u32 next_pn; member540 pn = tx_sa->next_pn; in tx_sa_update_pn()542 tx_sa->next_pn++; in tx_sa_update_pn()543 if (tx_sa->next_pn == 0) { in tx_sa_update_pn()791 if (rx_sa->next_pn >= secy->replay_window) in macsec_post_decrypt()792 lowest_pn = rx_sa->next_pn - secy->replay_window; in macsec_post_decrypt()846 if (pn >= rx_sa->next_pn) in macsec_post_decrypt()847 rx_sa->next_pn = pn + 1; in macsec_post_decrypt()1195 late = rx_sa->next_pn >= secy->replay_window && in macsec_handle_frame()[all …]