Lines Matching defs:macsec_ops
281 struct macsec_ops { struct
283 int (*mdo_dev_open)(struct macsec_context *ctx);
284 int (*mdo_dev_stop)(struct macsec_context *ctx);
286 int (*mdo_add_secy)(struct macsec_context *ctx);
287 int (*mdo_upd_secy)(struct macsec_context *ctx);
288 int (*mdo_del_secy)(struct macsec_context *ctx);
290 int (*mdo_add_rxsc)(struct macsec_context *ctx);
291 int (*mdo_upd_rxsc)(struct macsec_context *ctx);
292 int (*mdo_del_rxsc)(struct macsec_context *ctx);
294 int (*mdo_add_rxsa)(struct macsec_context *ctx);
295 int (*mdo_upd_rxsa)(struct macsec_context *ctx);
296 int (*mdo_del_rxsa)(struct macsec_context *ctx);
297 int (*mdo_add_txsa)(struct macsec_context *ctx);
298 int (*mdo_upd_txsa)(struct macsec_context *ctx);
299 int (*mdo_del_txsa)(struct macsec_context *ctx);
301 int (*mdo_get_dev_stats)(struct macsec_context *ctx);
302 int (*mdo_get_tx_sc_stats)(struct macsec_context *ctx);
303 int (*mdo_get_tx_sa_stats)(struct macsec_context *ctx);
304 int (*mdo_get_rx_sc_stats)(struct macsec_context *ctx);
305 int (*mdo_get_rx_sa_stats)(struct macsec_context *ctx);
306 bool rx_uses_md_dst;