Searched refs:macsec_get_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/net/ |
D | macsec.c | 379 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops() function 1812 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsa() 1905 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsc() 2054 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_txsa() 2130 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsa() 2197 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsc() 2255 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_txsa() 2367 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_txsa() 2460 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_rxsa() 2532 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_rxsc() [all …]
|