• Home
  • Raw
  • Download

Lines Matching refs:rxd

996 	struct macsec_rxh_data *rxd;  in handle_not_macsec()  local
1000 rxd = macsec_data_rcu(skb->dev); in handle_not_macsec()
1002 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in handle_not_macsec()
1075 struct macsec_rxh_data *rxd; in macsec_handle_frame() local
1128 rxd = macsec_data_rcu(skb->dev); in macsec_handle_frame()
1130 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in macsec_handle_frame()
1262 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in macsec_handle_frame()
1394 struct macsec_rxh_data *rxd = macsec_data_rtnl(real_dev); in create_rx_sc() local
1397 list_for_each_entry(macsec, &rxd->secys, secys) { in create_rx_sc()
3891 struct macsec_rxh_data *rxd = macsec_data_rtnl(real_dev); in macsec_dellink() local
3895 if (list_empty(&rxd->secys)) { in macsec_dellink()
3897 kfree(rxd); in macsec_dellink()
3905 struct macsec_rxh_data *rxd = macsec_data_rtnl(real_dev); in register_macsec_dev() local
3907 if (!rxd) { in register_macsec_dev()
3910 rxd = kmalloc(sizeof(*rxd), GFP_KERNEL); in register_macsec_dev()
3911 if (!rxd) in register_macsec_dev()
3914 INIT_LIST_HEAD(&rxd->secys); in register_macsec_dev()
3917 rxd); in register_macsec_dev()
3919 kfree(rxd); in register_macsec_dev()
3924 list_add_tail_rcu(&macsec->secys, &rxd->secys); in register_macsec_dev()
3930 struct macsec_rxh_data *rxd = macsec_data_rtnl(dev); in sci_exists() local
3933 list_for_each_entry(macsec, &rxd->secys, secys) { in sci_exists()
4289 struct macsec_rxh_data *rxd; in macsec_notify() local
4291 rxd = macsec_data_rtnl(real_dev); in macsec_notify()
4292 list_for_each_entry_safe(m, n, &rxd->secys, secys) { in macsec_notify()
4301 struct macsec_rxh_data *rxd; in macsec_notify() local
4303 rxd = macsec_data_rtnl(real_dev); in macsec_notify()
4304 list_for_each_entry_safe(m, n, &rxd->secys, secys) { in macsec_notify()
4309 kfree(rxd); in macsec_notify()
4316 struct macsec_rxh_data *rxd; in macsec_notify() local
4318 rxd = macsec_data_rtnl(real_dev); in macsec_notify()
4319 list_for_each_entry(m, &rxd->secys, secys) { in macsec_notify()