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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dmpoa_caches.h51 typedef struct eg_cache_entry{ struct
52 struct eg_cache_entry *next;
53 struct eg_cache_entry *prev;
62 } eg_cache_entry; typedef in typeref:struct:eg_cache_entry
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 *entr
[all...]
H A Dmpoa_caches.c195 eg_cache_entry *eg_entry = client->eg_ops->get_by_vcc(vcc, client);
313 static eg_cache_entry *eg_cache_get_by_cache_id(__be32 cache_id, struct mpoa_client *mpc)
315 eg_cache_entry *entry;
333 static eg_cache_entry *eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc)
336 eg_cache_entry *entry;
354 static eg_cache_entry *eg_cache_get_by_vcc(struct atm_vcc *vcc, struct mpoa_client *mpc)
357 eg_cache_entry *entry;
374 static eg_cache_entry *eg_cache_get_by_src_ip(__be32 ipaddr, struct mpoa_client *mpc)
376 eg_cache_entry *entry;
393 static void eg_cache_put(eg_cache_entry *entr
[all...]
H A Dmpc.h29 eg_cache_entry *eg_cache; /* the egress cache of this MPC */
H A Dmpc.c59 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry);
599 eg_cache_entry *eg_entry;
632 eg_cache_entry *eg;
1065 eg_cache_entry *eg_entry = client->eg_ops->get_by_src_ip(dst_ip, client);
1171 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc);
1187 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry)
1228 eg_cache_entry *entry;
1254 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(msg->content.eg_info.cache_id, mpc);
1334 eg_cache_entry *entry;
H A Dmpoa_proc.c122 eg_cache_entry *eg_entry;

Completed in 63 milliseconds