Home
last modified time | relevance | path

Searched refs:macsec_get_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/
Dmacsec.c375 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops() function
1829 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsa()
1916 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsc()
2072 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_txsa()
2143 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsa()
2210 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsc()
2268 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_txsa()
2380 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_txsa()
2473 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_rxsa()
2545 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_rxsc()
[all …]