diff options
| author | David S. Miller <davem@nuts.ninka.net> | 2002-11-13 17:30:34 -0800 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-11-13 17:30:34 -0800 |
| commit | 0d322099edee35a90e7484d9d43723bf22ea0da4 (patch) | |
| tree | f5bfdc0bd6f60263be200a1aad69044623759e99 /include/net | |
| parent | 1b1597667a415fce0dc9f8e738aba96cfcb029fb (diff) | |
[XFRM]: Add family member to state/policy structs.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/xfrm.h | 2 |
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; |
