Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dmacsec.h233 struct macsec_context { struct
266 int (*mdo_dev_open)(struct macsec_context *ctx); argument
267 int (*mdo_dev_stop)(struct macsec_context *ctx);
269 int (*mdo_add_secy)(struct macsec_context *ctx);
270 int (*mdo_upd_secy)(struct macsec_context *ctx);
271 int (*mdo_del_secy)(struct macsec_context *ctx);
273 int (*mdo_add_rxsc)(struct macsec_context *ctx);
274 int (*mdo_upd_rxsc)(struct macsec_context *ctx);
275 int (*mdo_del_rxsc)(struct macsec_context *ctx);
277 int (*mdo_add_rxsa)(struct macsec_context *ctx);
[all …]
/Linux-v5.10/drivers/net/phy/mscc/
Dmscc_macsec.c448 static struct macsec_flow *vsc8584_macsec_find_flow(struct macsec_context *ctx, in vsc8584_macsec_find_flow()
703 static int __vsc8584_macsec_add_rxsa(struct macsec_context *ctx, in __vsc8584_macsec_add_rxsa()
730 static int __vsc8584_macsec_add_txsa(struct macsec_context *ctx, in __vsc8584_macsec_add_txsa()
753 static int vsc8584_macsec_dev_open(struct macsec_context *ctx) in vsc8584_macsec_dev_open()
768 static int vsc8584_macsec_dev_stop(struct macsec_context *ctx) in vsc8584_macsec_dev_stop()
783 static int vsc8584_macsec_add_secy(struct macsec_context *ctx) in vsc8584_macsec_add_secy()
805 static int vsc8584_macsec_del_secy(struct macsec_context *ctx) in vsc8584_macsec_del_secy()
824 static int vsc8584_macsec_upd_secy(struct macsec_context *ctx) in vsc8584_macsec_upd_secy()
834 static int vsc8584_macsec_add_rxsc(struct macsec_context *ctx) in vsc8584_macsec_add_rxsc()
840 static int vsc8584_macsec_upd_rxsc(struct macsec_context *ctx) in vsc8584_macsec_upd_rxsc()
[all …]
/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c290 static int aq_mdo_dev_open(struct macsec_context *ctx) in aq_mdo_dev_open()
304 static int aq_mdo_dev_stop(struct macsec_context *ctx) in aq_mdo_dev_stop()
446 static int aq_mdo_add_secy(struct macsec_context *ctx) in aq_mdo_add_secy()
484 static int aq_mdo_upd_secy(struct macsec_context *ctx) in aq_mdo_upd_secy()
541 static int aq_mdo_del_secy(struct macsec_context *ctx) in aq_mdo_del_secy()
591 static int aq_mdo_add_txsa(struct macsec_context *ctx) in aq_mdo_add_txsa()
621 static int aq_mdo_upd_txsa(struct macsec_context *ctx) in aq_mdo_upd_txsa()
673 static int aq_mdo_del_txsa(struct macsec_context *ctx) in aq_mdo_del_txsa()
768 static int aq_mdo_add_rxsc(struct macsec_context *ctx) in aq_mdo_add_rxsc()
802 static int aq_mdo_upd_rxsc(struct macsec_context *ctx) in aq_mdo_upd_rxsc()
[all …]
/Linux-v5.10/drivers/net/
Dmacsec.c357 struct macsec_context *ctx) in __macsec_get_ops()
379 struct macsec_context *ctx) in macsec_get_ops()
1631 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload() argument
1632 struct macsec_context *ctx) in macsec_offload()
1809 struct macsec_context ctx; in macsec_add_rxsa()
1902 struct macsec_context ctx; in macsec_add_rxsc()
2051 struct macsec_context ctx; in macsec_add_txsa()
2127 struct macsec_context ctx; in macsec_del_rxsa()
2194 struct macsec_context ctx; in macsec_del_rxsc()
2252 struct macsec_context ctx; in macsec_del_txsa()
[all …]
/Linux-v5.10/include/linux/
Dphy.h467 struct macsec_context;
Dnetdevice.h57 struct macsec_context;