Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dmacsec.h223 bool protect_frames; member
/Linux-v5.15/drivers/net/
Dmacsec.c459 if (secy->protect_frames) in __macsec_pn_wrapped()
2998 nla_put_u8(skb, MACSEC_SECY_ATTR_PROTECT, secy->protect_frames) || in nla_put_secy()
3385 if (!secy->protect_frames) { in macsec_start_xmit()
3748 secy->protect_frames = !!nla_get_u8(data[IFLA_MACSEC_PROTECT]); in macsec_changelink_common()
3970 secy->protect_frames = true; in macsec_add_dev()
4227 nla_put_u8(skb, IFLA_MACSEC_PROTECT, secy->protect_frames) || in macsec_fill_info()
/Linux-v5.15/drivers/net/phy/mscc/
Dmscc_macsec.c436 if (priv->secy->protect_frames) in vsc8584_macsec_flow()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c349 sc_rec.protect = secy->protect_frames; in aq_set_txsc()