diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2014-03-14 02:28:08 -0400 |
---|---|---|
committer | Steffen Klassert <steffen.klassert@secunet.com> | 2014-03-14 02:28:08 -0400 |
commit | 573ce1c11b0d93a08b988d2713ef02214404aad1 (patch) | |
tree | 49150ea632bc196b079dcfc978f90d018bba9d32 /include/net | |
parent | fa9ad96d4905c3e2013bcce18c104108275c4c08 (diff) |
xfrm6: Remove xfrm_tunnel_notifier
This was used from vti and is replaced by the IPsec protocol
multiplexer hooks. It is now unused, so remove it.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/xfrm.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h index 6304ec394c4a..7c13ef6d6564 100644 --- a/include/net/xfrm.h +++ b/include/net/xfrm.h | |||
@@ -1393,12 +1393,6 @@ struct xfrm_tunnel { | |||
1393 | int priority; | 1393 | int priority; |
1394 | }; | 1394 | }; |
1395 | 1395 | ||
1396 | struct xfrm_tunnel_notifier { | ||
1397 | int (*handler)(struct sk_buff *skb); | ||
1398 | struct xfrm_tunnel_notifier __rcu *next; | ||
1399 | int priority; | ||
1400 | }; | ||
1401 | |||
1402 | struct xfrm6_tunnel { | 1396 | struct xfrm6_tunnel { |
1403 | int (*handler)(struct sk_buff *skb); | 1397 | int (*handler)(struct sk_buff *skb); |
1404 | int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, | 1398 | int (*err_handler)(struct sk_buff *skb, struct inet6_skb_parm *opt, |
@@ -1554,8 +1548,6 @@ int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char prot | |||
1554 | int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family); | 1548 | int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family); |
1555 | int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family); | 1549 | int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family); |
1556 | void xfrm4_local_error(struct sk_buff *skb, u32 mtu); | 1550 | void xfrm4_local_error(struct sk_buff *skb, u32 mtu); |
1557 | int xfrm6_mode_tunnel_input_register(struct xfrm_tunnel_notifier *handler); | ||
1558 | int xfrm6_mode_tunnel_input_deregister(struct xfrm_tunnel_notifier *handler); | ||
1559 | int xfrm6_extract_header(struct sk_buff *skb); | 1551 | int xfrm6_extract_header(struct sk_buff *skb); |
1560 | int xfrm6_extract_input(struct xfrm_state *x, struct sk_buff *skb); | 1552 | int xfrm6_extract_input(struct xfrm_state *x, struct sk_buff *skb); |
1561 | int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi); | 1553 | int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi); |