Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_api.c1433 static int check_loop(struct Qdisc *q, struct Qdisc *p, int depth) in check_loop() function
1459 return check_loop(leaf, arg->p, arg->depth + 1); in check_loop_fn()
1657 (p && check_loop(q, p, 0))) { in tc_modify_qdisc()