Lines Matching refs:eg_cache_entry
214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry()
332 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id()
335 eg_cache_entry *entry; in eg_cache_get_by_cache_id()
353 static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc) in eg_cache_get_by_tag()
356 eg_cache_entry *entry; in eg_cache_get_by_tag()
374 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc()
378 eg_cache_entry *entry; in eg_cache_get_by_vcc()
395 static eg_cache_entry *eg_cache_get_by_src_ip(__be32 ipaddr, in eg_cache_get_by_src_ip()
398 eg_cache_entry *entry; in eg_cache_get_by_src_ip()
415 static void eg_cache_put(eg_cache_entry *entry) in eg_cache_put()
425 static void eg_cache_remove_entry(eg_cache_entry *entry, in eg_cache_remove_entry()
456 static eg_cache_entry *eg_cache_add_entry(struct k_message *msg, in eg_cache_add_entry()
459 eg_cache_entry *entry = kzalloc(sizeof(eg_cache_entry), GFP_KERNEL); in eg_cache_add_entry()
493 static void update_eg_cache_entry(eg_cache_entry *entry, uint16_t holding_time) in update_eg_cache_entry()
502 eg_cache_entry *entry, *next_entry; in clear_expired()