summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-11-13 17:30:34 -0800
committerDavid S. Miller <davem@nuts.ninka.net>2002-11-13 17:30:34 -0800
commit0d322099edee35a90e7484d9d43723bf22ea0da4 (patch)
treef5bfdc0bd6f60263be200a1aad69044623759e99 /include
parent1b1597667a415fce0dc9f8e738aba96cfcb029fb (diff)
[XFRM]: Add family member to state/policy structs.
Diffstat (limited to 'include')
-rw-r--r--include/net/xfrm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 94c922e1ac3c..608dc8509189 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -96,6 +96,7 @@ struct xfrm_state
u8 replay_window;
u8 aalgo, ealgo, calgo;
u16 reqid;
+ u16 family;
xfrm_address_t saddr;
int header_len;
int trailer_len;
@@ -201,6 +202,7 @@ struct xfrm_policy
struct xfrm_lifetime_cfg lft;
struct xfrm_lifetime_cur curlft;
struct dst_entry *bundles;
+ __u16 family;
__u8 action;
__u8 flags;
__u8 dead;