linux/net/netlink
Stephen Hemminger b1153f29ee netlink: make socket filters work on netlink
Make socket filters work for netlink unicast and notifications.
This is useful for applications like Zebra that get overrun with
messages that are then ignored.

Note: netlink messages are in host byte order, but packet filter
state machine operations are done as network byte order.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-03-21 15:46:12 -07:00
..
Makefile [NETLINK]: Generic netlink family 2005-11-10 02:26:41 +01:00
af_netlink.c netlink: make socket filters work on netlink 2008-03-21 15:46:12 -07:00
attr.c [NETLINK]: Add nla_append() 2008-01-28 15:11:09 -08:00
genetlink.c [GENETLINK]: Relax dances with genl_lock. 2008-02-12 22:16:33 -08:00