forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/net/ipv4/xfrm4_input.c
....@@ -18,11 +18,6 @@
1818 #include <net/ip.h>
1919 #include <net/xfrm.h>
2020
21
-int xfrm4_extract_input(struct xfrm_state *x, struct sk_buff *skb)
22
-{
23
- return xfrm4_extract_header(skb);
24
-}
25
-
2621 static int xfrm4_rcv_encap_finish2(struct net *net, struct sock *sk,
2722 struct sk_buff *skb)
2823 {