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