Home
last modified time | relevance | path

Searched defs:macsec_ops (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dmacsec.h264 struct macsec_ops { struct
266 int (*mdo_dev_open)(struct macsec_context *ctx);
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/include/linux/
H A Dphy.h647 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h2216 const struct macsec_ops *macsec_ops; member