Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dmacsec.h240 bool protect_frames; member
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_macsec.c422 if (secy->protect_frames) in cn10k_mcs_write_tx_secy()
429 if (!secy->protect_frames || secy->operational) in cn10k_mcs_write_tx_secy()
1000 secy->protect_frames == txsc->last_protect_frames) in cn10k_mcs_sync_stats()
1034 txsc->last_protect_frames = secy->protect_frames; in cn10k_mcs_sync_stats()
1103 txsc->last_protect_frames = secy->protect_frames; in cn10k_mdo_add_secy()
1524 if (secy->protect_frames) in cn10k_mdo_get_rx_sc_stats()
/linux-6.1.9/drivers/net/
Dmacsec.c450 if (secy->protect_frames) in __macsec_pn_wrapped()
3014 nla_put_u8(skb, MACSEC_SECY_ATTR_PROTECT, secy->protect_frames) || in nla_put_secy()
3407 if (!secy->protect_frames) { in macsec_start_xmit()
3761 secy->protect_frames = !!nla_get_u8(data[IFLA_MACSEC_PROTECT]); in macsec_changelink_common()
4004 secy->protect_frames = true; in macsec_add_dev()
4271 nla_put_u8(skb, IFLA_MACSEC_PROTECT, secy->protect_frames) || in macsec_fill_info()
/linux-6.1.9/drivers/net/phy/mscc/
Dmscc_macsec.c436 if (priv->secy->protect_frames) in vsc8584_macsec_flow()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dmacsec.c467 if (!secy->protect_frames) { in mlx5e_macsec_secy_features_validate()
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c343 sc_rec.protect = secy->protect_frames; in aq_set_txsc()