summaryrefslogtreecommitdiffstats
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2015-09-15 20:03:52 -0500
committerDavid S. Miller <davem@davemloft.net>2015-09-17 17:18:32 -0700
commita6568b2425daffc7b21ae63b6601b57ae14b5cb8 (patch)
tree5e6ec6d88bd4824f787b5b3b37ad6151096a8595 /include/net/xfrm.h
parent7a7735044e1eab1415697b3139e758d24a600099 (diff)
downloadlinux-a6568b2425daffc7b21ae63b6601b57ae14b5cb8.tar.gz
linux-a6568b2425daffc7b21ae63b6601b57ae14b5cb8.tar.xz
xfrm: Remove unused afinfo method init_dst
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 312e3fee9ccf..fd176106909a 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -296,8 +296,6 @@ struct xfrm_policy_afinfo {
struct flowi *fl,
int reverse);
int (*get_tos)(const struct flowi *fl);
- void (*init_dst)(struct net *net,
- struct xfrm_dst *dst);
int (*init_path)(struct xfrm_dst *path,
struct dst_entry *dst,
int nfheader_len);