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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dmpc.h40 struct atm_mpoa_qos { struct
41 struct atm_mpoa_qos *next;
48 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
49 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);
50 int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos);
H A Dmpc.c113 static struct atm_mpoa_qos *qos_head = NULL;
166 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos)
168 struct atm_mpoa_qos *entry;
176 entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL);
191 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip)
193 struct atm_mpoa_qos *qos;
208 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry)
210 struct atm_mpoa_qos *curr;
236 struct atm_mpoa_qos *qos;
1114 struct atm_mpoa_qos *qo
[all...]
H A Dmpoa_caches.c124 struct atm_mpoa_qos *qos;
243 struct atm_mpoa_qos *qos;

Completed in 177 milliseconds