+++ to secure your transactions use the Bitcoin Mixer Service +++

 

netdev
[Top] [All Lists]

Eliminating a skbuff

To: netdev@xxxxxxxxxxx
Subject: Eliminating a skbuff
From: Mario Rafael <mrafael@xxxxxxxxxx>
Date: Mon, 15 Oct 2001 21:07:36 +0200
Sender: owner-netdev@xxxxxxxxxxx
Hi I am in the need to intercept certain skbuffs, the problem is that with dev_add_pack I only reaceive a copy of the skbuff, no previous or next pointer in the skbuff struct to do the pointer mangling thing, I have tryed kfree_skb and several other functions and nothing seems to happen.

Is there any way I can eliminate the skbuff?.

I have seen that in the dev struct there are pointers to several functions, one of them is particularly interesting, the hard_start_xmit, this function if I am not wrong is the one that receives and sends all the packets that pass through the nic.

Any ideas?, could somebody help?...

Thanks.

e-Mail : mrafael@xxxxxxxxxx


<Prev in Thread] Current Thread [Next in Thread>
  • Eliminating a skbuff, Mario Rafael <=