Searched defs:in_cache_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/net/atm/ |
| D | mpoa_caches.h | 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); [all …]
|
| /kernel/linux/linux-6.6/net/atm/ |
| D | mpoa_caches.h | 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); [all …]
|