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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpoa_caches.h14 typedef struct in_cache_entry { struct
15 struct in_cache_entry *next;
16 struct in_cache_entry *prev;
29 } in_cache_entry; typedef in typeref:struct:in_cache_entry
32 in_cache_entry *(*add_entry)(uint32_t dst_ip,
34 in_cache_entry *(*get)(uint32_t dst_ip, struct mpoa_client *client);
35 in_cache_entry *(*get_with_mask)(uint32_t dst_ip,
38 in_cache_entry *(*get_by_vcc)(struct atm_vcc *vcc,
40 void (*put)(in_cache_entry *entry);
41 void (*remove_entry)(in_cache_entry *delEntr
[all...]
H A Dmpoa_caches.c17 static in_cache_entry *in_cache_get(uint32_t dst_ip,
20 in_cache_entry *entry;
37 static in_cache_entry *in_cache_get_with_mask(uint32_t dst_ip,
41 in_cache_entry *entry;
59 static in_cache_entry *in_cache_get_by_vcc(struct atm_vcc *vcc,
62 in_cache_entry *entry;
79 static in_cache_entry *in_cache_add_entry(uint32_t dst_ip,
83 in_cache_entry* entry = kmalloc(sizeof(in_cache_entry), GFP_KERNEL);
91 memset(entry,0,sizeof(in_cache_entry));
[all...]
H A Dmpc.h28 in_cache_entry *in_cache; /* the ingress cache of this MPC */
H A Dmpc.c460 in_cache_entry *entry;
562 in_cache_entry *in_entry;
608 in_cache_entry *in_entry;
1028 in_cache_entry *entry;
1062 static void check_qos_and_open_shortcut(struct k_message *msg, struct mpoa_client *client, in_cache_entry *entry)
1104 in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc);
1152 in_cache_entry *entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask);
H A Dmpoa_proc.c104 in_cache_entry *in_entry;

Completed in 40 milliseconds