From: Praveen Rajendran <rp@sasken.com>
To: linux-kernel@vger.kernel.org
Subject: need help with netlink sockets
Date: Tue, 20 Mar 2001 20:37:32 +0530 [thread overview]
Message-ID: <3AB77234.6D227B47@sasken.com> (raw)
Hi
The NETLINK_ROUTE family deifned as a part of the netlink socket
protocol has the data handler of the sock structure set to
rtnetlinl_rcv. However this function dequeues the data packet ( in the
skb ) from the receive queue of the sock structure and processes it if
the flag in the nlmsghdr is set ot NLM_F_REQUEST.
While sending information back to the user this flag is not set. So the
packet is dequeued and lost . Arnt there provisions made to handle
packets from the kernel to the user ?
Thanks in advance
Praveen
reply other threads:[~2001-03-20 9:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3AB77234.6D227B47@sasken.com \
--to=rp@sasken.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.