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

/linux-4.1.27/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.c123 static struct atm_mpoa_qos *qos_head = NULL;
176 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos) atm_mpoa_add_qos()
178 struct atm_mpoa_qos *entry; atm_mpoa_add_qos()
186 entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL); atm_mpoa_add_qos()
201 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) atm_mpoa_search_qos()
203 struct atm_mpoa_qos *qos; atm_mpoa_search_qos()
218 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry) atm_mpoa_delete_qos()
220 struct atm_mpoa_qos *curr; atm_mpoa_delete_qos()
246 struct atm_mpoa_qos *qos; atm_mpoa_disp_qos()
1122 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); check_qos_and_open_shortcut()
1490 struct atm_mpoa_qos *qos, *nextqos; atm_mpoa_cleanup()
H A Dmpoa_caches.c134 struct atm_mpoa_qos *qos; cache_hit()
253 struct atm_mpoa_qos *qos; check_resolving_entries()

Completed in 171 milliseconds