Loading net/packet/af_packet.c +1 −2 Original line number Diff line number Diff line Loading @@ -756,7 +756,6 @@ static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev, struct packe spin_unlock(&sk->sk_receive_queue.lock); sk->sk_data_ready(sk, 0); if (copy_skb) kfree_skb(copy_skb); goto drop_n_restore; } Loading Loading
net/packet/af_packet.c +1 −2 Original line number Diff line number Diff line Loading @@ -756,7 +756,6 @@ static int tpacket_rcv(struct sk_buff *skb, struct net_device *dev, struct packe spin_unlock(&sk->sk_receive_queue.lock); sk->sk_data_ready(sk, 0); if (copy_skb) kfree_skb(copy_skb); goto drop_n_restore; } Loading