Lines Matching defs:in_cache_ops
34 struct in_cache_ops{ struct
35 in_cache_entry *(*add_entry)(__be32 dst_ip,
37 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
38 in_cache_entry *(*get_with_mask)(__be32 dst_ip,
41 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc,
43 void (*put)(in_cache_entry *entry);
44 void (*remove_entry)(in_cache_entry *delEntry,
46 int (*cache_hit)(in_cache_entry *entry,
48 void (*clear_count)(struct mpoa_client *client);
49 void (*check_resolving)(struct mpoa_client *client);
50 void (*refresh)(struct mpoa_client *client);
51 void (*destroy_cache)(struct mpoa_client *mpc);