aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h3
1 files changed, 3 insertions, 0 deletions
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};