aboutsummaryrefslogtreecommitdiff
path: root/include/net/xfrm.h
diff options
context:
space:
mode:
authorGravatar Alexey Dobriyan <adobriyan@gmail.com> 2017-03-24 01:29:40 +0300
committerGravatar Steffen Klassert <steffen.klassert@secunet.com> 2017-03-24 07:03:12 +0100
commit1560875600b8aa88ff0f55f827a7741c026795ee (patch)
tree1a8ea1f2e33ee61a7da502e5648f99dabd33c99a /include/net/xfrm.h
parentsched: act_csum: don't mangle TCP and UDP GSO packets (diff)
downloadlinux-1560875600b8aa88ff0f55f827a7741c026795ee.tar.gz
linux-1560875600b8aa88ff0f55f827a7741c026795ee.tar.bz2
linux-1560875600b8aa88ff0f55f827a7741c026795ee.zip
xfrm: remove unused struct xfrm_mgr::id
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net/xfrm.h')
-rw-r--r--include/net/xfrm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 14d82bf16692..6e03a1a31eef 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -586,7 +586,6 @@ struct xfrm_migrate {
struct xfrm_mgr {
struct list_head list;
- char *id;
int (*notify)(struct xfrm_state *x, const struct km_event *c);
int (*acquire)(struct xfrm_state *x, struct xfrm_tmpl *, struct xfrm_policy *xp);
struct xfrm_policy *(*compile_policy)(struct sock *sk, int opt, u8 *data, int len, int *dir);