repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
59b515d32bb45921b58e150038f9a489d2b91e3a
1
#ifndef __NET_TC_CONNMARK_H
2
#define __NET_TC_CONNMARK_H
3
4
#include <net/act_api.h>
5
6
struct
tcf_connmark_info
{
7
struct
tc_action common
;
8
struct
net
*
net
;
9
u16 zone
;
10
};
11
12
#define to_connmark(a) ((struct tcf_connmark_info *)a)
13
14
#endif
/* __NET_TC_CONNMARK_H */