diff options
Diffstat (limited to 'include/net/xfrm.h')
-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 62b619e82a90..976a81abe1a2 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -292,6 +292,8 @@ struct xfrm_policy_afinfo { | |||
292 | struct flowi *fl, | 292 | struct flowi *fl, |
293 | int reverse); | 293 | int reverse); |
294 | int (*get_tos)(const struct flowi *fl); | 294 | int (*get_tos)(const struct flowi *fl); |
295 | void (*init_dst)(struct net *net, | ||
296 | struct xfrm_dst *dst); | ||
295 | int (*init_path)(struct xfrm_dst *path, | 297 | int (*init_path)(struct xfrm_dst *path, |
296 | struct dst_entry *dst, | 298 | struct dst_entry *dst, |
297 | int nfheader_len); | 299 | int nfheader_len); |