Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dmacsec.h279 struct macsec_ops { struct
281 int (*mdo_dev_open)(struct macsec_context *ctx);
282 int (*mdo_dev_stop)(struct macsec_context *ctx);
284 int (*mdo_add_secy)(struct macsec_context *ctx);
285 int (*mdo_upd_secy)(struct macsec_context *ctx);
286 int (*mdo_del_secy)(struct macsec_context *ctx);
288 int (*mdo_add_rxsc)(struct macsec_context *ctx);
289 int (*mdo_upd_rxsc)(struct macsec_context *ctx);
290 int (*mdo_del_rxsc)(struct macsec_context *ctx);
292 int (*mdo_add_rxsa)(struct macsec_context *ctx);
[all …]
/linux-6.3-rc2/include/linux/
A Dphy.h747 const struct macsec_ops *macsec_ops; member
A Dnetdevice.h2367 const struct macsec_ops *macsec_ops; member

Completed in 25 milliseconds