Re: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- From: Chris Cox <ccox_nopenotthis@xxxxxxxxxxx>
- Date: Mon, 21 Apr 2008 14:48:56 -0500
kartik saxena wrote:
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?
Not directly... but udev communicates using netlink. Maybe you
can take a look at its source (?).
.
- Follow-Ups:
- Re: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- From: kartik saxena
- Re: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- References:
- Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- From: kartik saxena
- Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- Prev by Date: Re: setrlimit() extension suggestion
- Next by Date: Re: creating process
- Previous by thread: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- Next by thread: Re: Netlink sockets problem in Fedora Core 8 2.6.23.1-42 Kernel
- Index(es):
Relevant Pages
|