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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dmpc.h37 struct atm_mpoa_qos { struct
38 struct atm_mpoa_qos *next;
45 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos);
46 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);
47 int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos);
H A Dmpc.c94 static struct atm_mpoa_qos *qos_head = NULL;
147 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos)
149 struct atm_mpoa_qos *entry;
157 entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL);
172 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip)
174 struct atm_mpoa_qos *qos;
190 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry)
193 struct atm_mpoa_qos *curr;
218 struct atm_mpoa_qos *qos;
1064 struct atm_mpoa_qos *qo
[all...]
H A Dmpoa_caches.c117 struct atm_mpoa_qos *qos;
237 struct atm_mpoa_qos *qos;

Completed in 53 milliseconds