Home
last modified time | relevance | path

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

/net/atm/
Dmpoa_caches.h69 eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client);
70 eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client);
Dmpoa_caches.c332 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id() argument
340 if (entry->ctrl_info.cache_id == cache_id) { in eg_cache_get_by_cache_id()
483 ntohl(entry->ctrl_info.cache_id)); in eg_cache_add_entry()
516 ntohl(entry->ctrl_info.cache_id)); in clear_expired()
Dmpc.c1231 __be32 cache_id = msg->content.eg_info.cache_id; in egress_purge_rcvd() local
1232 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd()
1312 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc); in MPOA_cache_impos_rcvd()
1401 dprintk("cache_id %u\n", entry->ctrl_info.cache_id); in clean_up()
Dmpoa_proc.c175 (unsigned long)ntohl(eg_entry->ctrl_info.cache_id), in mpc_show()
/net/wireless/
Dnl80211.c12047 pmksa.cache_id = in nl80211_setdel_pmksa()