/* * net/sched/cls_rsvp.c Special RSVP packet classifier for IPv4. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * * Authors: Alexey Kuznetsov, */ #include #include #include #include #include #include #include #include #include #include #define RSVP_DST_LEN 1 #define RSVP_ID "rsvp" #define RSVP_OPS cls_rsvp_ops #include "cls_rsvp.h" MODULE_LICENSE("GPL"); git logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-18 10:45:22 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-18 10:45:22 -0800
commit9da96f99f15169b8bf77a1f27ed6d926f82ea59f (patch)
tree1943e686fef96e694b7660c775e2194263a69801 /tools
parent0aa0313f9d576affd7747cc3f179feb097d28990 (diff)
parent31f5260a7653e6042ac28578db1c61e84f2d7898 (diff)
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull perf fixes from Ingo Molnar: "An Intel PMU driver hotplug fix and three 'perf probe' tooling fixes" * 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: perf/x86/intel: Handle exclusive threadid correctly on CPU hotplug perf probe: Fix to probe on gcc generated functions in modules perf probe: Add error checks to offline probe post-processing perf probe: Fix to show correct locations for events on modules
Diffstat (limited to 'tools')