Lines Matching refs:macsec_context
290 static int aq_mdo_dev_open(struct macsec_context *ctx) in aq_mdo_dev_open()
301 static int aq_mdo_dev_stop(struct macsec_context *ctx) in aq_mdo_dev_stop()
440 static int aq_mdo_add_secy(struct macsec_context *ctx) in aq_mdo_add_secy()
475 static int aq_mdo_upd_secy(struct macsec_context *ctx) in aq_mdo_upd_secy()
529 static int aq_mdo_del_secy(struct macsec_context *ctx) in aq_mdo_del_secy()
577 static int aq_mdo_add_txsa(struct macsec_context *ctx) in aq_mdo_add_txsa()
604 static int aq_mdo_upd_txsa(struct macsec_context *ctx) in aq_mdo_upd_txsa()
653 static int aq_mdo_del_txsa(struct macsec_context *ctx) in aq_mdo_del_txsa()
745 static int aq_mdo_add_rxsc(struct macsec_context *ctx) in aq_mdo_add_rxsc()
776 static int aq_mdo_upd_rxsc(struct macsec_context *ctx) in aq_mdo_upd_rxsc()
839 static int aq_mdo_del_rxsc(struct macsec_context *ctx) in aq_mdo_del_rxsc()
907 static int aq_mdo_add_rxsa(struct macsec_context *ctx) in aq_mdo_add_rxsa()
934 static int aq_mdo_upd_rxsa(struct macsec_context *ctx) in aq_mdo_upd_rxsa()
983 static int aq_mdo_del_rxsa(struct macsec_context *ctx) in aq_mdo_del_rxsa()
1001 static int aq_mdo_get_dev_stats(struct macsec_context *ctx) in aq_mdo_get_dev_stats()
1021 static int aq_mdo_get_tx_sc_stats(struct macsec_context *ctx) in aq_mdo_get_tx_sc_stats()
1045 static int aq_mdo_get_tx_sa_stats(struct macsec_context *ctx) in aq_mdo_get_tx_sa_stats()
1085 static int aq_mdo_get_rx_sc_stats(struct macsec_context *ctx) in aq_mdo_get_rx_sc_stats()
1130 static int aq_mdo_get_rx_sa_stats(struct macsec_context *ctx) in aq_mdo_get_rx_sa_stats()
1400 static int aq_locked_mdo_##mdo(struct macsec_context *ctx) \