summaryrefslogtreecommitdiff
path: root/include/net/tc_act/tc_ipt.h
blob: 31309766e379659c891cac317acd2bd6193fc110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __NET_TC_IPT_H
#define __NET_TC_IPT_H

#include <net/act_api.h>

struct xt_entry_target;

struct tcf_ipt {
	struct tc_action	common;
	u32			tcfi_hook;
	char			*tcfi_tname;
	struct xt_entry_target	*tcfi_t;
};
#define to_ipt(a) ((struct tcf_ipt *)a)

#endif /* __NET_TC_IPT_H */
ue='1'>ssdiff
authorIngo Molnar <mingo@kernel.org>2015-06-03 12:37:23 +0200
committerIngo Molnar <mingo@kernel.org>2015-06-03 12:51:38 +0200
commit47af18fea1a47aa98f416bc6ba9d67ca557859ab (patch)
treec812593eec4ff70699fe16b2024dd5ffbcf527da /Documentation/features/core/tracehook
parent9df43ac1858ecddd8d380e08263302490232d7ea (diff)
Documentation/features/debug: Add feature description and arch support status file for 'kgdb'
Cc: <linux-api@vger.kernel.org> Cc: <linux-arch@vger.kernel.org> Cc: <linux-kernel@vger.kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: H. Peter Anvin <hpa@zytor.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Josh Triplett <josh@joshtriplett.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'Documentation/features/core/tracehook')