Lines Matching refs:next_pn
149 u32 next_pn; member
190 u32 next_pn; member
545 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()
1200 pn < (rx_sa->next_pn - secy->replay_window); in macsec_handle_frame()
1347 rx_sa->next_pn = 1; in init_rx_sa()
1721 rx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_add_rxsa()
1877 tx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_add_txsa()
2061 tx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_upd_txsa()
2109 rx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_upd_rxsa()
2471 nla_put_u32(skb, MACSEC_SA_ATTR_PN, tx_sa->next_pn) || in dump_secy()
2573 nla_put_u32(skb, MACSEC_SA_ATTR_PN, rx_sa->next_pn) || in dump_secy()