summaryrefslogtreecommitdiff
path: root/include/net/netns/packet.h
blob: 17ec2b95c062d0b0dc13d2c9702c2ab9da831682 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Packet network namespace
 */
#ifndef __NETNS_PACKET_H__
#define __NETNS_PACKET_H__

#include <linux/rculist.h>
#include <linux/mutex.h>

struct netns_packet {
	struct mutex		sklist_lock;
	struct hlist_head	sklist;
};

#endif /* __NETNS_PACKET_H__ */
mit info' class='commit-info'> authorLinus Torvalds <torvalds@linux-foundation.org>2017-01-27 12:25:26 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2017-01-27 12:25:26 -0800 commit69978aa0f21f43529e11f924504dadb6ce2f229a (patch) treecad7f9c9b01b7d1839a3d12e9178ceb5b2b33873 /net/wireless/rdev-ops.h parent2b4321503e62523e701405163a034875e92d68cf (diff)parent0d6da872d3e4a60f43c295386d7ff9a4cdcd57e9 (diff)
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Martin Schwidefsky: "Another two bug fixes: - ptrace partial write information leak - a guest page hinting regression introduced with v4.6" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390/mm: Fix cmma unused transfer from pgste into pte s390/ptrace: Preserve previous registers for short regset write
Diffstat (limited to 'net/wireless/rdev-ops.h')