Searched refs:eg_cache_entry (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/atm/ |
D | mpoa_caches.h | 51 typedef struct eg_cache_entry{ struct 52 struct eg_cache_entry *next; argument 53 struct eg_cache_entry *prev; argument 62 } eg_cache_entry; argument 65 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client); 66 eg_cache_entry *(*get_by_cache_id)(__be32 cache_id, struct mpoa_client *client); 67 eg_cache_entry *(*get_by_tag)(__be32 cache_id, struct mpoa_client *client); 68 eg_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc, struct mpoa_client *client); 69 eg_cache_entry *(*get_by_src_ip)(__be32 ipaddr, struct mpoa_client *client); 70 void (*put)(eg_cache_entry *entry); [all …]
|
D | mpoa_caches.c | 214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry() 333 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, in eg_cache_get_by_cache_id() 336 eg_cache_entry *entry; in eg_cache_get_by_cache_id() 354 static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc) in eg_cache_get_by_tag() 357 eg_cache_entry *entry; in eg_cache_get_by_tag() 375 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc() 379 eg_cache_entry *entry; in eg_cache_get_by_vcc() 396 static eg_cache_entry *eg_cache_get_by_src_ip(__be32 ipaddr, in eg_cache_get_by_src_ip() 399 eg_cache_entry *entry; in eg_cache_get_by_src_ip() 416 static void eg_cache_put(eg_cache_entry *entry) in eg_cache_put() [all …]
|
D | mpc.h | 29 eg_cache_entry *eg_cache; /* the egress cache of this MPC */
|
D | mpc.c | 86 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry); 658 eg_cache_entry *eg_entry; in mpc_vcc_close() 689 eg_cache_entry *eg; in mpc_push() 1123 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client); in check_qos_and_open_shortcut() 1232 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd() 1247 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry) in purge_egress_shortcut() 1286 eg_cache_entry *entry; in mps_death() 1312 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc); in MPOA_cache_impos_rcvd() 1392 eg_cache_entry *entry; in clean_up()
|
D | mpoa_proc.c | 139 eg_cache_entry *eg_entry; in mpc_show()
|