Skip to content

Commit 5fa4704

Browse files
Yue Haibingklassert
authored andcommitted
xfrm: Remove unused function declarations
commit a269fbf ("xfrm: state: remove extract_input indirection from xfrm_state_afinfo") left behind this. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
1 parent 3a69ab8 commit 5fa4704

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/net/xfrm.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,6 @@ int pktgen_xfrm_outer_mode_output(struct xfrm_state *x, struct sk_buff *skb);
16691669
#endif
16701670

16711671
void xfrm_local_error(struct sk_buff *skb, int mtu);
1672-
int xfrm4_extract_input(struct xfrm_state *x, struct sk_buff *skb);
16731672
int xfrm4_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi,
16741673
int encap_type);
16751674
int xfrm4_transport_finish(struct sk_buff *skb, int async);
@@ -1689,7 +1688,6 @@ int xfrm4_protocol_deregister(struct xfrm4_protocol *handler, unsigned char prot
16891688
int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family);
16901689
int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family);
16911690
void xfrm4_local_error(struct sk_buff *skb, u32 mtu);
1692-
int xfrm6_extract_input(struct xfrm_state *x, struct sk_buff *skb);
16931691
int xfrm6_rcv_spi(struct sk_buff *skb, int nexthdr, __be32 spi,
16941692
struct ip6_tnl *t);
16951693
int xfrm6_rcv_encap(struct sk_buff *skb, int nexthdr, __be32 spi,

0 commit comments

Comments
 (0)