Home
last modified time | relevance | path

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

/linux/drivers/char/agp/
H A Dbackend.c176 bridge->key_list = vzalloc(PAGE_SIZE * 4); in agp_backend_initialize()
177 if (bridge->key_list == NULL) { in agp_backend_initialize()
207 vfree(bridge->key_list); in agp_backend_initialize()
208 bridge->key_list = NULL; in agp_backend_initialize()
221 vfree(bridge->key_list); in agp_backend_cleanup()
222 bridge->key_list = NULL; in agp_backend_cleanup()
H A Dagp.h141 unsigned long *key_list; member
H A Dgeneric.c67 clear_bit(key, agp_bridge->key_list); in agp_free_key()
76 bit = find_first_zero_bit(agp_bridge->key_list, MAXKEY); in agp_get_key()
78 set_bit(bit, agp_bridge->key_list); in agp_get_key()
/linux/net/sctp/
H A Dauth.c89 INIT_LIST_HEAD(&new->key_list); in sctp_auth_shkey_create()
99 BUG_ON(!list_empty(&sh_key->key_list)); in sctp_auth_shkey_destroy()
128 list_del_init(&ep_key->key_list); in sctp_auth_destroy_keys()
370 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
764 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
768 list_del_init(&shkey->key_list); in sctp_auth_set_key()
769 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
773 list_del_init(&cur_key->key_list); in sctp_auth_set_key()
775 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key()
864 list_del_init(&key->key_list); in sctp_auth_del_key_id()
[all …]
H A Dendpointola.c107 list_add(&null_key->key_list, &ep->endpoint_shared_keys); in sctp_endpoint_init()
H A Dsocket.c9206 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_wfree()
/linux/net/mac80211/
H A Dkey.c527 list_add_tail_rcu(&new->list, &sdata->key_list); in ieee80211_key_replace()
989 list_for_each_entry(key, &sdata->key_list, list) { in ieee80211_reenable_keys()
1034 list_for_each_entry_safe(key, tmp, &sdata->key_list, list) in ieee80211_iter_keys()
1039 &sdata->key_list, list) in ieee80211_iter_keys()
1058 list_for_each_entry_rcu(key, &sdata->key_list, list) in _ieee80211_iter_keys_rcu()
1096 list_for_each_entry_safe(key, tmp, &sdata->key_list, list) { in ieee80211_free_keys_iface()
1115 list_for_each_entry_safe(key, tmp, &sdata->key_list, list) { in ieee80211_remove_link_keys()
1490 list_for_each_entry(key, &sdata->key_list, list) { in ieee80211_key_switch_links()
1501 list_for_each_entry(key, &sdata->key_list, list) { in ieee80211_key_switch_links()
H A Diface.c1171 INIT_LIST_HEAD(&sdata->key_list); in ieee80211_sdata_init()
H A Dieee80211_i.h1125 struct list_head key_list; member
H A Dutil.c2327 list_for_each_entry(key, &sdata->key_list, list) in ieee80211_reconfig_disconnect()