Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dmacsec.h132 pn_t next_pn_halves; member
183 pn_t next_pn_halves; member
/linux-6.15/drivers/net/
H A Dmacsec.c460 pn = tx_sa->next_pn_halves; in tx_sa_update_pn()
464 tx_sa->next_pn_halves.lower++; in tx_sa_update_pn()
781 rx_sa->next_pn_halves.lower = pn + 1; in macsec_post_decrypt()
784 rx_sa->next_pn_halves.upper++; in macsec_post_decrypt()
785 rx_sa->next_pn_halves.lower = pn + 1; in macsec_post_decrypt()
2372 prev_pn = tx_sa->next_pn_halves; in macsec_upd_txsa()
2413 tx_sa->next_pn_halves = prev_pn; in macsec_upd_txsa()
2470 prev_pn = rx_sa->next_pn_halves; in macsec_upd_rxsa()
2506 rx_sa->next_pn_halves = prev_pn; in macsec_upd_rxsa()
3186 pn = tx_sa->next_pn_halves.lower; in dump_secy()
[all …]
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c492 const pn_t *next_pn_halves, ssci_t ssci) in update_macsec_epn() argument
499 epn_state->epn_msb = next_pn_halves->upper; in update_macsec_epn()
500 epn_state->overlap = next_pn_halves->lower < MLX5_MACSEC_EPN_SCOPE_MID ? 0 : 1; in update_macsec_epn()
539 tx_sa->next_pn = ctx_tx_sa->next_pn_halves.lower; in mlx5e_macsec_add_txsa()
544 update_macsec_epn(tx_sa, &ctx_tx_sa->key, &ctx_tx_sa->next_pn_halves, in mlx5e_macsec_add_txsa()
926 update_macsec_epn(rx_sa, &ctx_rx_sa->key, &ctx_rx_sa->next_pn_halves, in mlx5e_macsec_add_rxsa()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c547 const u32 next_pn = tx_sa->next_pn_halves.lower; in aq_update_txsa()
864 const u32 next_pn = rx_sa->next_pn_halves.lower; in aq_update_rxsa()