Home
last modified time | relevance | path

Searched refs:replay_protect (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h500 u32 replay_protect; member
H A Dmacsec_api.c577 packed_record[4] |= (rec->replay_protect & 0x1) << 2; in set_ingress_sc_record()
632 rec->replay_protect = (packed_record[4] >> 2) & 0x1; in get_ingress_sc_record()
/linux/include/net/
H A Dmacsec.h242 bool replay_protect; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c141 bool replay_protect; member
214 if (!attrs->replay_protect) in macsec_set_replay_protection()
388 obj_attrs.replay_protect = ctx->secy->replay_protect; in mlx5e_macsec_init_sa()
/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c827 phy_secy->secy->replay_protect ? "on" : "off", in nxp_c45_rx_sc_update()
829 if (phy_secy->secy->replay_protect) { in nxp_c45_rx_sc_update()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c731 if (secy->replay_protect) { in aq_set_rxsc()
732 sc_record.replay_protect = 1; in aq_set_rxsc()
/linux/drivers/net/phy/mscc/
H A Dmscc_macsec.c429 if (priv->secy->replay_protect) in vsc8584_macsec_flow()