Searched defs:eg_cache_ops (Results 1 – 1 of 1) sorted by relevance
64 struct eg_cache_ops{ struct65 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client);66 eg_cache_entry *(*get_by_cache_id)(uint32_t cache_id, struct mpoa_client *client);67 eg_cache_entry *(*get_by_tag)(uint32_t cache_id, struct mpoa_client *client);68 eg_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, struct mpoa_client *client);69 eg_cache_entry *(*get_by_src_ip)(uint32_t ipaddr, struct mpoa_client *client);70 void (*put)(eg_cache_entry *entry);71 void (*remove_entry)(eg_cache_entry *entry, struct mpoa_client *client);72 void (*update)(eg_cache_entry *entry, uint16_t holding_time);73 void (*clear_expired)(struct mpoa_client *client);[all …]