Searched refs:macsec_get_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ |
| H A D | macsec.c | 394 static const struct macsec_ops *macsec_get_ops(struct macsec_dev *macsec, in macsec_get_ops() function 1037 ops = macsec_get_ops(macsec, NULL); in handle_not_macsec() 1843 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsa() 1917 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_rxsc() 2051 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_add_txsa() 2122 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsa() 2189 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_rxsc() 2247 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_del_txsa() 2348 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_txsa() 2442 ops = macsec_get_ops(netdev_priv(dev), &ctx); in macsec_upd_rxsa() [all …]
|