Lines Matching refs:secys
93 * @secys: linked list of SecY's on the underlying device
102 struct list_head secys;
109 * @secys: linked list of SecY's on this underlying device
112 struct list_head secys;
1004 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1147 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1287 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1423 list_for_each_entry(macsec, &rxd->secys, secys) {
3914 list_del_rcu(&macsec->secys);
3929 if (list_empty(&rxd->secys)) {
3948 INIT_LIST_HEAD(&rxd->secys);
3958 list_add_tail_rcu(&macsec->secys, &rxd->secys);
3967 list_for_each_entry(macsec, &rxd->secys, secys) {
4351 list_for_each_entry_safe(m, n, &rxd->secys, secys) {
4363 list_for_each_entry_safe(m, n, &rxd->secys, secys) {
4378 list_for_each_entry(m, &rxd->secys, secys) {