Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_api.c1825 unsigned long new_cl) in tc_bind_tclass() argument
1847 arg.cl = new_cl; in tc_bind_tclass()
1856 unsigned long new_cl) in tc_bind_tclass() argument
1872 unsigned long new_cl; in tc_ctl_tclass() local
1985 new_cl = cl; in tc_ctl_tclass()
1988 err = cops->change(q, clid, portid, tca, &new_cl, extack); in tc_ctl_tclass()
1990 tclass_notify(net, skb, n, q, new_cl, RTM_NEWTCLASS); in tc_ctl_tclass()
1992 if (cl != new_cl) in tc_ctl_tclass()
1993 tc_bind_tclass(q, portid, clid, new_cl); in tc_ctl_tclass()