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

/linux-master/net/atm/
H A Dmpc.h41 struct atm_mpoa_qos { struct
42 struct atm_mpoa_qos *next;
49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
50 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);
51 int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos);
H A Dmpc.c124 static struct atm_mpoa_qos *qos_head = NULL;
177 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos)
179 struct atm_mpoa_qos *entry;
187 entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL);
202 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip)
204 struct atm_mpoa_qos *qos;
219 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry)
221 struct atm_mpoa_qos *curr;
247 struct atm_mpoa_qos *qos;
1121 struct atm_mpoa_qos *qo
[all...]
H A Dmpoa_caches.c135 struct atm_mpoa_qos *qos;
252 struct atm_mpoa_qos *qos;

Completed in 99 milliseconds