Home
last modified time | relevance | path

Searched refs:next_pn_halves (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/net/
Dmacsec.h116 pn_t next_pn_halves; member
167 pn_t next_pn_halves; member
/Linux-v5.10/drivers/net/
Dmacsec.c477 pn = tx_sa->next_pn_halves; in tx_sa_update_pn()
481 tx_sa->next_pn_halves.lower++; in tx_sa_update_pn()
730 if (rx_sa->next_pn_halves.lower >= secy->replay_window) in macsec_post_decrypt()
731 lowest_pn = rx_sa->next_pn_halves.lower - secy->replay_window; in macsec_post_decrypt()
787 if (pn + 1 > rx_sa->next_pn_halves.lower) { in macsec_post_decrypt()
788 rx_sa->next_pn_halves.lower = pn + 1; in macsec_post_decrypt()
790 !pn_same_half(pn, rx_sa->next_pn_halves.lower)) { in macsec_post_decrypt()
791 rx_sa->next_pn_halves.upper++; in macsec_post_decrypt()
792 rx_sa->next_pn_halves.lower = pn + 1; in macsec_post_decrypt()
904 pn_t recovered_pn = rx_sa->next_pn_halves; in macsec_decrypt()
[all …]
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c562 const u32 next_pn = tx_sa->next_pn_halves.lower; in aq_update_txsa()
896 const u32 next_pn = rx_sa->next_pn_halves.lower; in aq_update_rxsa()