Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/
Dmacsec.c378 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops() function
1811 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsa()
1904 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsc()
2053 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_txsa()
2129 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsa()
2196 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsc()
2254 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_txsa()
2366 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_txsa()
2459 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_rxsa()
2531 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_rxsc()
[all …]