summaryrefslogtreecommitdiff
path: root/corking.h
diff options
context:
space:
mode:
Diffstat (limited to 'corking.h')
0 files changed, 0 insertions, 0 deletions
fe3ca6f46b6b898a6 /net parent79112c26f14c38ddbac3b2739469e373ef424fe6 (diff)
sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api
Creation is done in this file, move destruction to be at the same place. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Acked-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/sched/cls_api.c21
-rw-r--r--net/sched/sch_api.c22
-rw-r--r--net/sched/sch_atm.c1
-rw-r--r--net/sched/sch_cbq.c1
-rw-r--r--net/sched/sch_choke.c1
-rw-r--r--net/sched/sch_dsmark.c1
-rw-r--r--net/sched/sch_fq_codel.c1
-rw-r--r--net/sched/sch_htb.c1
-rw-r--r--net/sched/sch_ingress.c1
-rw-r--r--net/sched/sch_multiq.c2
-rw-r--r--net/sched/sch_prio.c2
-rw-r--r--net/sched/sch_sfb.c1
-rw-r--r--net/sched/sch_sfq.c1
13 files changed, 32 insertions, 24 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c