summaryrefslogtreecommitdiff
path: root/include/net/tc_act/tc_defact.h
blob: d47f040a3bdfe0daacdb296a3bc749fb7fd4a1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __NET_TC_DEF_H
#define __NET_TC_DEF_H

#include <net/act_api.h>

struct tcf_defact {
	struct tc_action	common;
	u32		tcfd_datalen;
	void		*tcfd_defdata;
};
#define to_defact(a) ((struct tcf_defact *)a)

#endif /* __NET_TC_DEF_H */
d>Joe Perches <joe@perches.com>2016-12-12 14:26:55 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-12 20:41:52 -0800 commitfe6bce8d30a86c693bf7cfbf4759cbafd121289f (patch) tree0870fe4b44e9c2cb57a9883400cea2e7795fe05f /include/net/caif parentf082f02c4731900a5065de69eb0d8cb5aab66196 (diff)
treewide: Make remaining source files non-executable
.c and .h source files should not be executable, change the permissions to 0644. [ This would normally go through Andrew Morton, but his ancient patch-based toolchain doesn't do permission changes ] Signed-off-by: Joe Perches <joe@perches.com> Acked-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/net/caif')