Searched refs:key_entry (Results 1 – 1 of 1) sorted by relevance
557 struct ieee802154_llsec_key_entry *key_entry; in llsec_lookup_key() local570 list_for_each_entry_rcu(key_entry, &sec->table.keys, list) { in llsec_lookup_key()571 const struct ieee802154_llsec_key_id *id = &key_entry->id; in llsec_lookup_key()573 if (!(key_entry->key->frame_types & BIT(hdr->fc.type))) in llsec_lookup_key()598 key = container_of(key_entry->key, struct mac802154_llsec_key, key); in llsec_lookup_key()600 *key_id = key_entry->id; in llsec_lookup_key()
Completed in 5 milliseconds