|
@@ -1249,9 +1249,6 @@ static int tcp_v6_do_rcv(struct sock *sk, struct sk_buff *skb)
|
|
if (skb->protocol == htons(ETH_P_IP))
|
|
if (skb->protocol == htons(ETH_P_IP))
|
|
return tcp_v4_do_rcv(sk, skb);
|
|
return tcp_v4_do_rcv(sk, skb);
|
|
|
|
|
|
- if (tcp_filter(sk, skb))
|
|
|
|
- goto discard;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* socket locking is here for SMP purposes as backlog rcv
|
|
* socket locking is here for SMP purposes as backlog rcv
|
|
* is currently called with bh processing disabled.
|
|
* is currently called with bh processing disabled.
|