Home
last modified time | relevance | path

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

/linux-6.15/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);
354 unsigned int needed_headroom;
355 unsigned int needed_tailroom;
[all …]
/linux-6.15/include/linux/
H A Dphy.h739 const struct macsec_ops *macsec_ops; member
H A Dnetdevice.h2439 const struct macsec_ops *macsec_ops; member