Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h9872 const struct macsec_ops *macsec_ops; member
11588 struct macsec_ops { struct
11589 int (*mdo_dev_open)(struct macsec_context *);
11590 int (*mdo_dev_stop)(struct macsec_context *);
11591 int (*mdo_add_secy)(struct macsec_context *);
11592 int (*mdo_upd_secy)(struct macsec_context *);
11593 int (*mdo_del_secy)(struct macsec_context *);
11594 int (*mdo_add_rxsc)(struct macsec_context *);
11595 int (*mdo_upd_rxsc)(struct macsec_context *);
11596 int (*mdo_del_rxsc)(struct macsec_context *);
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h9792 const struct macsec_ops *macsec_ops; member
11503 struct macsec_ops { struct
11504 int (*mdo_dev_open)(struct macsec_context *);
11505 int (*mdo_dev_stop)(struct macsec_context *);
11506 int (*mdo_add_secy)(struct macsec_context *);
11507 int (*mdo_upd_secy)(struct macsec_context *);
11508 int (*mdo_del_secy)(struct macsec_context *);
11509 int (*mdo_add_rxsc)(struct macsec_context *);
11510 int (*mdo_upd_rxsc)(struct macsec_context *);
11511 int (*mdo_del_rxsc)(struct macsec_context *);
[all …]