Lines Matching refs:secys
268 struct list_head secys; member
277 struct list_head secys; member
1044 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in handle_not_macsec()
1138 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in macsec_handle_frame()
1266 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in macsec_handle_frame()
1399 list_for_each_entry(macsec, &rxd->secys, secys) { in create_rx_sc()
3118 list_del_rcu(&macsec->secys); in macsec_common_dellink()
3133 if (list_empty(&rxd->secys)) { in macsec_dellink()
3152 INIT_LIST_HEAD(&rxd->secys); in register_macsec_dev()
3162 list_add_tail_rcu(&macsec->secys, &rxd->secys); in register_macsec_dev()
3171 list_for_each_entry(macsec, &rxd->secys, secys) { in sci_exists()
3481 list_for_each_entry_safe(m, n, &rxd->secys, secys) { in macsec_notify()
3493 list_for_each_entry_safe(m, n, &rxd->secys, secys) { in macsec_notify()
3508 list_for_each_entry(m, &rxd->secys, secys) { in macsec_notify()