Lines Matching refs:atm_mpoa_qos
124 static struct atm_mpoa_qos *qos_head = NULL;
177 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) in atm_mpoa_add_qos()
179 struct atm_mpoa_qos *entry; in atm_mpoa_add_qos()
187 entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL); in atm_mpoa_add_qos()
202 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) in atm_mpoa_search_qos()
204 struct atm_mpoa_qos *qos; in atm_mpoa_search_qos()
219 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry) in atm_mpoa_delete_qos()
221 struct atm_mpoa_qos *curr; in atm_mpoa_delete_qos()
247 struct atm_mpoa_qos *qos; in atm_mpoa_disp_qos()
1121 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
1491 struct atm_mpoa_qos *qos, *nextqos; in atm_mpoa_cleanup()