Lines Matching refs:secys
103 * @secys: linked list of SecY's on the underlying device
110 struct list_head secys;
117 * @secys: linked list of SecY's on this underlying device
120 struct list_head secys;
1035 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1164 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1304 list_for_each_entry_rcu(macsec, &rxd->secys, secys) {
1440 list_for_each_entry(macsec, &rxd->secys, secys) {
3927 list_del_rcu(&macsec->secys);
3942 if (list_empty(&rxd->secys)) {
3961 INIT_LIST_HEAD(&rxd->secys);
3971 list_add_tail_rcu(&macsec->secys, &rxd->secys);
3980 list_for_each_entry(macsec, &rxd->secys, secys) {
4334 list_for_each_entry_safe(m, n, &rxd->secys, secys) {
4346 list_for_each_entry_safe(m, n, &rxd->secys, secys) {
4361 list_for_each_entry(m, &rxd->secys, secys) {