Home
last modified time | relevance | path

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

/linux/include/net/
H A Dmacsec.h326 struct macsec_ops { struct
328 int (*mdo_dev_open)(struct macsec_context *ctx);
329 int (*mdo_dev_stop)(struct macsec_context *ctx);
331 int (*mdo_add_secy)(struct macsec_context *ctx);
332 int (*mdo_upd_secy)(struct macsec_context *ctx);
333 int (*mdo_del_secy)(struct macsec_context *ctx);
335 int (*mdo_add_rxsc)(struct macsec_context *ctx);
336 int (*mdo_upd_rxsc)(struct macsec_context *ctx);
337 int (*mdo_del_rxsc)(struct macsec_context *ctx);
339 int (*mdo_add_rxsa)(struct macsec_context *ctx);
[all …]
/linux/include/linux/
H A Dphy.h786 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h2410 const struct macsec_ops *macsec_ops; member