Searched refs:replay_protect (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h500 u32 replay_protect; member in struct:aq_mss_ingress_sc_record
804 * SC Lookup table has replay_protect=1 and the PN of the packet
815 * replay_protect=0 or
817 * replay_protect=1 and the packet is not encrypted and the
820 * replay_protect=1 and the packet is encrypted and integrity
H A Dmacsec_api.c577 packed_record[4] |= (rec->replay_protect & 0x1) << 2;
632 rec->replay_protect = (packed_record[4] >> 2) & 0x1;
/linux-master/include/net/
H A Dmacsec.h227 * @replay_protect: enable packet number checks on receive
242 bool replay_protect; member in struct:macsec_secy
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c277 if (secy->replay_protect)
1135 secy->replay_protect == txsc->last_replay_protect)
1169 txsc->last_replay_protect = secy->replay_protect;
1231 txsc->last_replay_protect = secy->replay_protect;
1669 if (secy->replay_protect)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c140 bool replay_protect; member in struct:mlx5_macsec_obj_attrs
213 if (!attrs->replay_protect)
383 obj_attrs.replay_protect = ctx->secy->replay_protect;
/linux-master/drivers/net/
H A Dmacsec.c737 if (secy->replay_protect && pn < lowest_pn &&
1236 if (secy->replay_protect) {
3070 nla_put_u8(skb, MACSEC_SECY_ATTR_REPLAY, secy->replay_protect) ||
3079 if (secy->replay_protect) {
3876 secy->replay_protect = !!nla_get_u8(data[IFLA_MACSEC_REPLAY_PROTECT]);
4118 secy->replay_protect = false;
4409 nla_put_u8(skb, IFLA_MACSEC_REPLAY_PROTECT, secy->replay_protect) ||
4415 if (secy->replay_protect) {
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c731 if (secy->replay_protect) {
732 sc_record.replay_protect = 1;
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c826 phydev_dbg(phydev, "replay_protect %s window %u\n",
827 phy_secy->secy->replay_protect ? "on" : "off",
829 if (phy_secy->secy->replay_protect) {
/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.c429 if (priv->secy->replay_protect)

Completed in 171 milliseconds