Searched refs:macsec_context (Results 1 – 6 of 6) sorted by relevance
233 struct macsec_context { struct266 int (*mdo_dev_open)(struct macsec_context *ctx); argument267 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 …]
448 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 …]
290 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 …]
357 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() argument1632 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 …]
467 struct macsec_context;
57 struct macsec_context;