Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_macsec.c448 static struct macsec_flow *vsc8584_macsec_find_flow(struct macsec_context *ctx, in vsc8584_macsec_find_flow()
704 static int __vsc8584_macsec_add_rxsa(struct macsec_context *ctx, in __vsc8584_macsec_add_rxsa()
731 static int __vsc8584_macsec_add_txsa(struct macsec_context *ctx, in __vsc8584_macsec_add_txsa()
754 static int vsc8584_macsec_dev_open(struct macsec_context *ctx) in vsc8584_macsec_dev_open()
769 static int vsc8584_macsec_dev_stop(struct macsec_context *ctx) in vsc8584_macsec_dev_stop()
784 static int vsc8584_macsec_add_secy(struct macsec_context *ctx) in vsc8584_macsec_add_secy()
806 static int vsc8584_macsec_del_secy(struct macsec_context *ctx) in vsc8584_macsec_del_secy()
825 static int vsc8584_macsec_upd_secy(struct macsec_context *ctx) in vsc8584_macsec_upd_secy()
835 static int vsc8584_macsec_add_rxsc(struct macsec_context *ctx) in vsc8584_macsec_add_rxsc()
841 static int vsc8584_macsec_upd_rxsc(struct macsec_context *ctx) in vsc8584_macsec_upd_rxsc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/
H A 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()
592 static int aq_mdo_add_txsa(struct macsec_context *ctx) in aq_mdo_add_txsa()
622 static int aq_mdo_upd_txsa(struct macsec_context *ctx) in aq_mdo_upd_txsa()
674 static int aq_mdo_del_txsa(struct macsec_context *ctx) in aq_mdo_del_txsa()
769 static int aq_mdo_add_rxsc(struct macsec_context *ctx) in aq_mdo_add_rxsc()
803 static int aq_mdo_upd_rxsc(struct macsec_context *ctx) in aq_mdo_upd_rxsc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacsec.c358 struct macsec_context *ctx) in __macsec_get_ops()
380 struct macsec_context *ctx) in macsec_get_ops()
1633 static int macsec_offload(int (* const func)(struct macsec_context *), in macsec_offload() argument
1634 struct macsec_context *ctx) in macsec_offload()
1812 struct macsec_context ctx; in macsec_add_rxsa()
1905 struct macsec_context ctx; in macsec_add_rxsc()
2055 struct macsec_context ctx; in macsec_add_txsa()
2132 struct macsec_context ctx; in macsec_del_rxsa()
2199 struct macsec_context ctx; in macsec_del_rxsc()
2257 struct macsec_context ctx; in macsec_del_txsa()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dphy.h468 struct macsec_context;
H A Dnetdevice.h58 struct macsec_context;