#ifndef _NET_GRO_CELLS_H #define _NET_GRO_CELLS_H #include #include #include struct gro_cell; struct gro_cells { struct gro_cell __percpu *cells; }; int gro_cells_receive(struct gro_cells *gcells, struct sk_buff *skb); int gro_cells_init(struct gro_cells *gcells, struct net_device *dev); void gro_cells_destroy(struct gro_cells *gcells); #endif ication/atom+xml'/>
summaryrefslogtreecommitdiff
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 /sound/soc/tegra
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 'sound/soc/tegra')