i actually wrote a module to catch udp packets..
i could insert that module but couldn't remove that module..
we cant remove a module when its being used..
even if i shutdown my network i couldnot remove my module..
does any know why?
any help is appreciated
regards
ravikumar
Forgetting something?
Hi Ho!
Maybe you forget to release any SKB that refers to your module?
Usually you cannot remove your module if there is an object that still holds to your module like an SKB on a buffer.
we didnt get that prob
we didnt get that prob solved actually we freed every data structure we used.
and the thing is it just happens for udp..even if u shutdown ur network u can t remove ur module.
it says its busy,, meaning something is using it...
i donno what it was using as such.. i tried to figure out..
actually i wanted catch some l7 packets..
i am done with that
anyway thanks for ur time..