Lines Matching defs:eg_cache_ops
67 struct eg_cache_ops{ struct
68 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client);
69 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);
71 eg_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, struct mpoa_client *client);
72 eg_cache_entry *(*get_by_src_ip)(__be32 ipaddr, struct mpoa_client *client);
73 void (*put)(eg_cache_entry *entry);
74 void (*remove_entry)(eg_cache_entry *entry, struct mpoa_client *client);
75 void (*update)(eg_cache_entry *entry, uint16_t holding_time);
76 void (*clear_expired)(struct mpoa_client *client);
77 void (*destroy_cache)(struct mpoa_client *mpc);