aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/flow.h
diff options
context:
space:
mode:
authorVenkat Yekkirala <vyekkirala@TrustedCS.com>2006-07-25 02:28:37 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 17:53:23 -0400
commitb6340fcd761acf9249b3acbc95c4dc555d9beb07 (patch)
treed7691da37f840833dae9a14bacd4b657101f5c79 /include/net/flow.h
parent892c141e62982272b9c738b5520ad0e5e1ad7b42 (diff)
[MLSXFRM]: Add security sid to flowi
This adds security to flow key for labeling of flows as also to allow for making flow cache lookups based on the security label seemless. Signed-off-by: Venkat Yekkirala <vyekkirala@TrustedCS.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/flow.h')
-rw-r--r--include/net/flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/flow.h b/include/net/flow.h
index 04d89f763451..1cee5a83433a 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -78,6 +78,7 @@ struct flowi {
78#define fl_icmp_type uli_u.icmpt.type 78#define fl_icmp_type uli_u.icmpt.type
79#define fl_icmp_code uli_u.icmpt.code 79#define fl_icmp_code uli_u.icmpt.code
80#define fl_ipsec_spi uli_u.spi 80#define fl_ipsec_spi uli_u.spi
81 __u32 secid; /* used by xfrm; see secid.txt */
81} __attribute__((__aligned__(BITS_PER_LONG/8))); 82} __attribute__((__aligned__(BITS_PER_LONG/8)));
82 83
83#define FLOW_DIR_IN 0 84#define FLOW_DIR_IN 0