cc: Re: skb configured but can't get data allocated

2007-09-12 Thread DHAJOGLO
heck(iph); This is my first venture into the kernel! On Wednesday, September 12, 2007 3:12 PM, Vlad Yasevich wrote: > >Date: Wed, 12 Sep 2007 16:12:37 -0400 >From: Vlad Yasevich >To: DHAJOGLO <[EMAIL PROTECTED]> >Subject: Re: skb configured but can't get data allocated >

skb configured but can't get data allocated

2007-09-12 Thread DHAJOGLO
Right, I managed to figure out through looking at the code how to configure and send my skb properly. For those who say the code is well documented.. you're right.. however I fell like a blind man in an "adult book store" and just don't see what I'm missing. Below is my code. The packets a

noob dev question

2007-09-10 Thread DHAJOGLO
I'm new to the list and new to just about everything involving kernel development. I'm working on a project where I have successfully written a LKM to handle IP packets for protocol type 253 (an experimental protocol number). Now, I'm working on sending my reply and I hit a road block. I'm no