diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2003-08-07 07:05:00 -0700 |
|---|---|---|
| committer | Stephen Hemminger <shemminger@osdl.org> | 2003-08-07 07:05:00 -0700 |
| commit | 97ddbec421eb42de70f3e4a222bc18c2c9717faa (patch) | |
| tree | b08493bbd9f1f9e6fd51782bde60bebbb125ffdc /include/linux/xfrm.h | |
| parent | 5dbaaa44cd6bd132a7faf3b14a3e4267fdba9408 (diff) | |
[XFRM_USER]: Add inner family field to all SAs and templates.
Diffstat (limited to 'include/linux/xfrm.h')
| -rw-r--r-- | include/linux/xfrm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h index a4dd169d9f6f..430370b12d13 100644 --- a/include/linux/xfrm.h +++ b/include/linux/xfrm.h @@ -37,6 +37,7 @@ struct xfrm_selector __u16 dport_mask; __u16 sport; __u16 sport_mask; + __u16 family; __u8 prefixlen_d; __u8 prefixlen_s; __u8 proto; @@ -125,6 +126,7 @@ enum struct xfrm_user_tmpl { struct xfrm_id id; + __u16 family; xfrm_address_t saddr; __u32 reqid; __u8 mode; @@ -189,7 +191,6 @@ struct xfrm_userpolicy_info { struct xfrm_lifetime_cur curlft; __u32 priority; __u32 index; - __u16 family; __u8 dir; __u8 action; #define XFRM_POLICY_ALLOW 0 |
