Lines Matching refs:next_pn
145 u32 next_pn; member
186 u32 next_pn; member
540 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()
1196 pn < (rx_sa->next_pn - secy->replay_window); in macsec_handle_frame()
1344 rx_sa->next_pn = 1; in init_rx_sa()
1713 rx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_add_rxsa()
1869 tx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_add_txsa()
2053 tx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_upd_txsa()
2101 rx_sa->next_pn = nla_get_u32(tb_sa[MACSEC_SA_ATTR_PN]); in macsec_upd_rxsa()
2466 nla_put_u32(skb, MACSEC_SA_ATTR_PN, tx_sa->next_pn) || in dump_secy()
2570 nla_put_u32(skb, MACSEC_SA_ATTR_PN, rx_sa->next_pn) || in dump_secy()