Home
last modified time | relevance | path

Searched refs:secys (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/net/
Dmacsec.c102 struct list_head secys; member
112 struct list_head secys; member
1015 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in handle_not_macsec()
1148 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in macsec_handle_frame()
1288 list_for_each_entry_rcu(macsec, &rxd->secys, secys) { in macsec_handle_frame()
1425 list_for_each_entry(macsec, &rxd->secys, secys) { in create_rx_sc()
3900 list_del_rcu(&macsec->secys); in macsec_common_dellink()
3915 if (list_empty(&rxd->secys)) { in macsec_dellink()
3934 INIT_LIST_HEAD(&rxd->secys); in register_macsec_dev()
3944 list_add_tail_rcu(&macsec->secys, &rxd->secys); in register_macsec_dev()
[all …]