Lines Matching defs:in_cache_ops
31 struct in_cache_ops{ struct
32 in_cache_entry *(*add_entry)(__be32 dst_ip,
34 in_cache_entry *(*get)(__be32 dst_ip, struct mpoa_client *client);
35 in_cache_entry *(*get_with_mask)(__be32 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);
47 void (*refresh)(struct mpoa_client *client);
48 void (*destroy_cache)(struct mpoa_client *mpc);