Lines Matching defs:rxd
1029 struct macsec_rxh_data *rxd;
1033 rxd = macsec_data_rcu(skb->dev);
1035 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1109 struct macsec_rxh_data *rxd;
1162 rxd = macsec_data_rcu(skb->dev);
1164 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1304 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1437 struct macsec_rxh_data *rxd = macsec_data_rtnl(real_dev);
1440 list_for_each_entry(macsec, &rxd->secys, secys) {
3938 struct macsec_rxh_data *rxd = macsec_data_rtnl(real_dev);
3942 if (list_empty(&rxd->secys)) {
3944 kfree(rxd);
3952 struct macsec_rxh_data *rxd = macsec_data_rtnl(real_dev);
3954 if (!rxd) {
3957 rxd = kmalloc(sizeof(*rxd), GFP_KERNEL);
3958 if (!rxd)
3961 INIT_LIST_HEAD(&rxd->secys);
3964 rxd);
3966 kfree(rxd);
3971 list_add_tail_rcu(&macsec->secys, &rxd->secys);
3977 struct macsec_rxh_data *rxd = macsec_data_rtnl(dev);
3980 list_for_each_entry(macsec, &rxd->secys, secys) {
4331 struct macsec_rxh_data *rxd;
4333 rxd = macsec_data_rtnl(real_dev);
4334 list_for_each_entry_safe(m, n, &rxd->secys, secys) {
4343 struct macsec_rxh_data *rxd;
4345 rxd = macsec_data_rtnl(real_dev);
4346 list_for_each_entry_safe(m, n, &rxd->secys, secys) {
4351 kfree(rxd);
4358 struct macsec_rxh_data *rxd;
4360 rxd = macsec_data_rtnl(real_dev);
4361 list_for_each_entry(m, &rxd->secys, secys) {