[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAMr2Gz737cL8hwJ1mTcMYGG2CXZ=dussDc_cJnd+GL0iQ6c4Zw@mail.gmail.com>
Date: Fri, 30 Nov 2012 07:06:29 +0530
From: i trilok <itrilok@...il.com>
To: netdev@...r.kernel.org
Subject: regarding netlink usage
Hi,
I was trying to port some module code from 2.6.29 to 2.6.34.10 kernel.
I'm using netlink for communication between kernel module and user
application. In the netlink receive call back function I'm retrieving
netlink message header from (struct nlmsghdr*)skb->data and the same
was working in 2.6.29 kernel but when I ported this to 2.6.34.10 I was
seeing (struct nlmsghdr*)skb->head is holding the netlink message
header instead of skb->data, what could be wrong, is this intended
behavior?.
Thanks in advance.
Thanks,
Ina.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists