Home
last modified time | relevance | path

Searched refs:atm_mpoa_qos (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/atm/
Dmpc.h40 struct atm_mpoa_qos { struct
41 struct atm_mpoa_qos *next; argument
60 struct atm_mpoa_qos *atm_mpoa_add_qos(uint32_t dst_ip, struct atm_qos *qos); argument
61 struct atm_mpoa_qos *atm_mpoa_search_qos(uint32_t dst_ip);
62 int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos);
Dmpc.c106 static struct atm_mpoa_qos *qos_head = NULL;
159 struct atm_mpoa_qos *atm_mpoa_add_qos(uint32_t dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos()
161 struct atm_mpoa_qos *entry; in atm_mpoa_add_qos()
169 entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL); in atm_mpoa_add_qos()
184 struct atm_mpoa_qos *atm_mpoa_search_qos(uint32_t dst_ip) in atm_mpoa_search_qos()
186 struct atm_mpoa_qos *qos; in atm_mpoa_search_qos()
202 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry) in atm_mpoa_delete_qos()
205 struct atm_mpoa_qos *curr; in atm_mpoa_delete_qos()
232 struct atm_mpoa_qos *qos; in atm_mpoa_disp_qos()
1075 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
[all …]
Dmpoa_caches.c127 struct atm_mpoa_qos *qos; in cache_hit()
254 struct atm_mpoa_qos *qos; in check_resolving_entries()