Home
last modified time | relevance | path

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

/Linux-v4.19/net/atm/
Dmpc.h41 struct atm_mpoa_qos { struct
42 struct atm_mpoa_qos *next; argument
49 struct atm_mpoa_qos *atm_mpoa_add_qos(__be32 dst_ip, struct atm_qos *qos); argument
50 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip);
51 int atm_mpoa_delete_qos(struct atm_mpoa_qos *qos);
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) in atm_mpoa_add_qos()
178 struct atm_mpoa_qos *entry; in atm_mpoa_add_qos()
186 entry = kmalloc(sizeof(struct atm_mpoa_qos), GFP_KERNEL); in atm_mpoa_add_qos()
201 struct atm_mpoa_qos *atm_mpoa_search_qos(__be32 dst_ip) in atm_mpoa_search_qos()
203 struct atm_mpoa_qos *qos; in atm_mpoa_search_qos()
218 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry) in atm_mpoa_delete_qos()
220 struct atm_mpoa_qos *curr; in atm_mpoa_delete_qos()
246 struct atm_mpoa_qos *qos; in atm_mpoa_disp_qos()
1120 struct atm_mpoa_qos *qos = atm_mpoa_search_qos(dst_ip); in check_qos_and_open_shortcut()
[all …]
Dmpoa_caches.c135 struct atm_mpoa_qos *qos; in cache_hit()
253 struct atm_mpoa_qos *qos; in check_resolving_entries()