Merge tag 'chrome-platform-for-linus-4.13' of git://git.kernel.org/pub/scm/linux...
[linux/fpc-iii.git] / include / net / tc_act / tc_connmark.h
blob59b515d32bb45921b58e150038f9a489d2b91e3a
1 #ifndef __NET_TC_CONNMARK_H
2 #define __NET_TC_CONNMARK_H
4 #include <net/act_api.h>
6 struct tcf_connmark_info {
7 struct tc_action common;
8 struct net *net;
9 u16 zone;
12 #define to_connmark(a) ((struct tcf_connmark_info *)a)
14 #endif /* __NET_TC_CONNMARK_H */