Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dsch_api.c1384 static int check_loop(struct Qdisc *q, struct Qdisc *p, int depth) in check_loop() function
1410 return check_loop(leaf, arg->p, arg->depth + 1); in check_loop_fn()
1588 (p && check_loop(q, p, 0))) { in tc_modify_qdisc()