]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/core/sock.c
ipv4: Early TCP socket demux.
[karo-tx-linux.git] / net / core / sock.c
index 9e5b71fda6ec0d726bd356bce1658f55091ebcf8..929bdcc2383b809e46b82665b8ea9445d23870f4 100644 (file)
@@ -1465,6 +1465,11 @@ void sock_rfree(struct sk_buff *skb)
 }
 EXPORT_SYMBOL(sock_rfree);
 
+void sock_edemux(struct sk_buff *skb)
+{
+       sock_put(skb->sk);
+}
+EXPORT_SYMBOL(sock_edemux);
 
 int sock_i_uid(struct sock *sk)
 {