Searched defs:macsec_ops (Results 1 – 2 of 2) sorted by relevance
329 struct macsec_ops { struct331 int (*mdo_dev_open)(struct macsec_context *ctx);332 int (*mdo_dev_stop)(struct macsec_context *ctx);334 int (*mdo_add_secy)(struct macsec_context *ctx);335 int (*mdo_upd_secy)(struct macsec_context *ctx);336 int (*mdo_del_secy)(struct macsec_context *ctx);338 int (*mdo_add_rxsc)(struct macsec_context *ctx);339 int (*mdo_upd_rxsc)(struct macsec_context *ctx);340 int (*mdo_del_rxsc)(struct macsec_context *ctx);342 int (*mdo_add_rxsa)(struct macsec_context *ctx);[all …]
2487 const struct macsec_ops *macsec_ops; global() member