Home
last modified time | relevance | path

Searched refs:qos_head (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/atm/
H A Dmpc.c124 static struct atm_mpoa_qos *qos_head = NULL; variable
196 entry->next = qos_head; in atm_mpoa_add_qos()
197 qos_head = entry; in atm_mpoa_add_qos()
206 qos = qos_head; in atm_mpoa_search_qos()
225 if (entry == qos_head) { in atm_mpoa_delete_qos()
226 qos_head = qos_head->next; in atm_mpoa_delete_qos()
231 curr = qos_head; in atm_mpoa_delete_qos()
244 /* this is buggered - we need locking for qos_head */
249 qos = qos_head; in atm_mpoa_disp_qos()
[all...]
/kernel/linux/linux-6.6/net/atm/
H A Dmpc.c124 static struct atm_mpoa_qos *qos_head = NULL; variable
196 entry->next = qos_head; in atm_mpoa_add_qos()
197 qos_head = entry; in atm_mpoa_add_qos()
206 qos = qos_head; in atm_mpoa_search_qos()
225 if (entry == qos_head) { in atm_mpoa_delete_qos()
226 qos_head = qos_head->next; in atm_mpoa_delete_qos()
231 curr = qos_head; in atm_mpoa_delete_qos()
244 /* this is buggered - we need locking for qos_head */
249 qos = qos_head; in atm_mpoa_disp_qos()
[all...]

Completed in 2 milliseconds