Lines Matching refs:eg_cache_entry
214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry()
333 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id()
336 eg_cache_entry *entry; in eg_cache_get_by_cache_id()
354 static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc) in eg_cache_get_by_tag()
357 eg_cache_entry *entry; in eg_cache_get_by_tag()
375 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc()
379 eg_cache_entry *entry; in eg_cache_get_by_vcc()
396 static eg_cache_entry *eg_cache_get_by_src_ip(__be32 ipaddr, in eg_cache_get_by_src_ip()
399 eg_cache_entry *entry; in eg_cache_get_by_src_ip()
416 static void eg_cache_put(eg_cache_entry *entry) in eg_cache_put()
419 memset(entry, 0, sizeof(eg_cache_entry)); in eg_cache_put()
427 static void eg_cache_remove_entry(eg_cache_entry *entry, in eg_cache_remove_entry()
458 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry()
461 eg_cache_entry *entry = kzalloc(sizeof(eg_cache_entry), GFP_KERNEL); in eg_cache_add_entry()
495 static void update_eg_cache_entry(eg_cache_entry *entry, uint16_t holding_time) in update_eg_cache_entry()
504 eg_cache_entry *entry, *next_entry; in clear_expired()