Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dmacsec.h241 bool replay_protect; member
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h500 u32 replay_protect; member
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-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c156 bool replay_protect; member
229 if (!attrs->replay_protect) in macsec_set_replay_protection()
381 obj_attrs.replay_protect = ctx->secy->replay_protect; in mlx5e_macsec_init_sa()
/Linux-v6.1/drivers/net/
Dmacsec.c740 if (secy->replay_protect && pn < lowest_pn && in macsec_post_decrypt()
1208 if (secy->replay_protect) { in macsec_handle_frame()
3007 nla_put_u8(skb, MACSEC_SECY_ATTR_REPLAY, secy->replay_protect) || in nla_put_secy()
3016 if (secy->replay_protect) { in nla_put_secy()
3765 secy->replay_protect = !!nla_get_u8(data[IFLA_MACSEC_REPLAY_PROTECT]); in macsec_changelink_common()
3997 secy->replay_protect = false; in macsec_add_dev()
4267 nla_put_u8(skb, IFLA_MACSEC_REPLAY_PROTECT, secy->replay_protect) || in macsec_fill_info()
4272 if (secy->replay_protect) { in macsec_fill_info()
/Linux-v6.1/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c731 if (secy->replay_protect) { in aq_set_rxsc()
732 sc_record.replay_protect = 1; in aq_set_rxsc()
/Linux-v6.1/drivers/net/phy/mscc/
Dmscc_macsec.c429 if (priv->secy->replay_protect) in vsc8584_macsec_flow()
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c216 if (secy->replay_protect) in cn10k_mcs_write_rx_secy()