Re: kernel to userspace communication

2005-08-10 Thread Patrick McHardy
[EMAIL PROTECTED] wrote: Hello all, I'm writing a kernel module which intercepts incoming IP packets and reads information from a custom header. The information contained in "My header" is passed to userspace via netlink. So userspace builds up a picture of the current network state, neighbouring

kernel to userspace communication

2005-08-10 Thread knash
Hello all, I'm writing a kernel module which intercepts incoming IP packets and reads information from a custom header. The information contained in "My header" is passed to userspace via netlink. So userspace builds up a picture of the current network state, neighbouring nodes etc. I've inser