Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- From: kartik saxena <kartik.sxn@xxxxxxxxx>
- Date: Mon, 21 Apr 2008 10:49:29 -0700 (PDT)
Hello ,
I am compiling a module for User - kernel interaction using netlink
sockets , I have my code ready , which ran on 2.4 series of kernels
about 2 years back.
i have to do the same for 2.6.XX series , i have the latest fedore 8
2.6.23 kernel .
The user space code compiled well , the kernel module is giving
trouble. with the following errors.
error : 'struct netlink_skb_parms' has no member named 'groups'
error : 'struct netlink_skb_parms' has no member named 'dst_pid'
error : 'struct netlink_skb_parms' has no member named 'dst_groups'
though this structure is well defined in netlink.h. The macro
NETLINK_CB (skb) is also well defined.
anybody here used netlink sockets on a 2.6.x.x machine?
Regards
Kartik saxena
.
- Follow-Ups:
- Re: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- From: Chris Cox
- Re: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- Prev by Date: Re: setrlimit() extension suggestion
- Next by Date: Re: setrlimit() extension suggestion
- Previous by thread: setrlimit() extension suggestion
- Next by thread: Re: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- Index(es):
Relevant Pages
|