Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dmacsec.h224 bool replay_protect; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/net/
Dmacsec.c737 if (secy->replay_protect && pn < lowest_pn && in macsec_post_decrypt()
1187 if (secy->replay_protect) { in macsec_handle_frame()
3006 nla_put_u8(skb, MACSEC_SECY_ATTR_REPLAY, secy->replay_protect) || in nla_put_secy()
3015 if (secy->replay_protect) { in nla_put_secy()
3751 secy->replay_protect = !!nla_get_u8(data[IFLA_MACSEC_REPLAY_PROTECT]); in macsec_changelink_common()
3971 secy->replay_protect = false; in macsec_add_dev()
4240 nla_put_u8(skb, IFLA_MACSEC_REPLAY_PROTECT, secy->replay_protect) || in macsec_fill_info()
4245 if (secy->replay_protect) { in macsec_fill_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c755 if (secy->replay_protect) { in aq_set_rxsc()
756 sc_record.replay_protect = 1; in aq_set_rxsc()
/kernel/linux/linux-5.10/drivers/net/phy/mscc/
Dmscc_macsec.c429 if (priv->secy->replay_protect) in vsc8584_macsec_flow()