Home
last modified time | relevance | path

Searched defs:in_cache_ops (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/atm/
Dmpoa_caches.h31 struct in_cache_ops{ struct
32 in_cache_entry *(*add_entry)(uint32_t dst_ip,
34 in_cache_entry *(*get)(uint32_t dst_ip, struct mpoa_client *client);
35 in_cache_entry *(*get_with_mask)(uint32_t dst_ip,
38 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc,
40 void (*put)(in_cache_entry *entry);
41 void (*remove_entry)(in_cache_entry *delEntry,
43 int (*cache_hit)(in_cache_entry *entry,
45 void (*clear_count)(struct mpoa_client *client);
46 void (*check_resolving)(struct mpoa_client *client);
[all …]