Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dmacsec.h241 bool protect_frames; member
/linux-6.15/drivers/net/
H A Dmacsec.c441 if (secy->protect_frames) in __macsec_pn_wrapped()
3067 nla_put_u8(skb, MACSEC_SECY_ATTR_PROTECT, secy->protect_frames) || in nla_put_secy()
3503 if (!secy->protect_frames) { in macsec_start_xmit()
3874 secy->protect_frames = !!nla_get_u8(data[IFLA_MACSEC_PROTECT]); in macsec_changelink_common()
4127 secy->protect_frames = true; in macsec_add_dev()
4418 nla_put_u8(skb, IFLA_MACSEC_PROTECT, secy->protect_frames) || in macsec_fill_info()
/linux-6.15/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c729 phy_secy->secy->protect_frames ? "on" : "off"); in nxp_c45_tx_sc_update()
730 if (phy_secy->secy->protect_frames) in nxp_c45_tx_sc_update()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dcn10k_macsec.c557 if (secy->protect_frames) in cn10k_mcs_write_tx_secy()
564 if (!secy->protect_frames || secy->operational) in cn10k_mcs_write_tx_secy()
/linux-6.15/drivers/net/phy/mscc/
H A Dmscc_macsec.c436 if (priv->secy->protect_frames) in vsc8584_macsec_flow()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c461 if (!secy->protect_frames) { in mlx5e_macsec_secy_features_validate()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_macsec.c343 sc_rec.protect = secy->protect_frames; in aq_set_txsc()