Home
last modified time | relevance | path

Searched refs:eg_cache_entry (Results 1 – 5 of 5) sorted by relevance

/linux/net/atm/
A Dmpoa_caches.h54 typedef struct eg_cache_entry{ struct
55 struct eg_cache_entry *next; argument
56 struct eg_cache_entry *prev; argument
65 } eg_cache_entry; argument
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);
[all …]
A Dmpoa_caches.c214 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, in in_cache_remove_entry()
335 eg_cache_entry *entry; in eg_cache_get_by_cache_id()
356 eg_cache_entry *entry; in eg_cache_get_by_tag()
374 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, in eg_cache_get_by_vcc()
378 eg_cache_entry *entry; in eg_cache_get_by_vcc()
395 static eg_cache_entry *eg_cache_get_by_src_ip(__be32 ipaddr, in eg_cache_get_by_src_ip()
398 eg_cache_entry *entry; in eg_cache_get_by_src_ip()
415 static void eg_cache_put(eg_cache_entry *entry) in eg_cache_put()
425 static void eg_cache_remove_entry(eg_cache_entry *entry, in eg_cache_remove_entry()
459 eg_cache_entry *entry = kzalloc(sizeof(eg_cache_entry), GFP_KERNEL); in eg_cache_add_entry()
[all …]
A Dmpc.c87 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()
1122 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()
A Dmpc.h30 eg_cache_entry *eg_cache; /* the egress cache of this MPC */
A Dmpoa_proc.c136 eg_cache_entry *eg_entry; in mpc_show()

Completed in 10 milliseconds