]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - net/ipv6/tcp_ipv6.c
[IPV6]: Replace sk_buff ** with sk_buff * in input handlers
[mirror_ubuntu-eoan-kernel.git] / net / ipv6 / tcp_ipv6.c
index a07b59c528f331181a1c34a873d8e754e4e9c1d1..737b755342bd8ca5b892fdac71346600e3462296 100644 (file)
@@ -1668,9 +1668,8 @@ ipv6_pktoptions:
        return 0;
 }
 
-static int tcp_v6_rcv(struct sk_buff **pskb)
+static int tcp_v6_rcv(struct sk_buff *skb)
 {
-       struct sk_buff *skb = *pskb;
        struct tcphdr *th;
        struct sock *sk;
        int ret;