linux/net/netlink
Thomas Graf 82ace47a72 [NETLINK]: Generic netlink receive queue processor
Introduces netlink_run_queue() to handle the receive queue of
a netlink socket in a generic way. Processes as much as there
was in the queue upon entry and invokes a callback function
for each netlink message found. The callback function may
refuse a message by returning a negative error code but setting
the error pointer to 0 in which case netlink_run_queue() will
return with a qlen != 0.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-11-10 02:26:40 +01:00
..
af_netlink.c [NETLINK]: Generic netlink receive queue processor 2005-11-10 02:26:40 +01:00
attr.c [NETLINK]: Type-safe netlink messages/attributes interface 2005-11-10 02:26:40 +01:00
Makefile [NETLINK]: Type-safe netlink messages/attributes interface 2005-11-10 02:26:40 +01:00