diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip6_fib.h | 2 | ||||
-rw-r--r-- | include/net/xfrm.h | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index 14830edc2ac0..d8d85b13364d 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h | |||
@@ -101,7 +101,7 @@ struct rt6_info | |||
101 | atomic_t rt6i_ref; | 101 | atomic_t rt6i_ref; |
102 | 102 | ||
103 | /* more non-fragment space at head required */ | 103 | /* more non-fragment space at head required */ |
104 | unsigned short nfheader_len; | 104 | unsigned short rt6i_nfheader_len; |
105 | 105 | ||
106 | u8 rt6i_protocol; | 106 | u8 rt6i_protocol; |
107 | 107 | ||
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index d6dae5ae7abe..eea1c327c93e 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -242,6 +242,9 @@ struct xfrm_policy_afinfo { | |||
242 | struct flowi *fl, | 242 | struct flowi *fl, |
243 | int reverse); | 243 | int reverse); |
244 | int (*get_tos)(struct flowi *fl); | 244 | int (*get_tos)(struct flowi *fl); |
245 | int (*init_path)(struct xfrm_dst *path, | ||
246 | struct dst_entry *dst, | ||
247 | int nfheader_len); | ||
245 | int (*fill_dst)(struct xfrm_dst *xdst, | 248 | int (*fill_dst)(struct xfrm_dst *xdst, |
246 | struct net_device *dev); | 249 | struct net_device *dev); |
247 | }; | 250 | }; |