1
0
Files
linux/include/net
Tom Tucker 792d1932e3 [NET]: Network Event Notifier Mechanism.
This patch uses notifier blocks to implement a network event
notifier mechanism.

Clients register their callback function by calling
register_netevent_notifier() like this:

static struct notifier_block nb = {
        .notifier_call = my_callback_func
};

...

register_netevent_notifier(&nb);

Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-08-02 13:38:20 -07:00
..
2006-04-14 15:00:20 -07:00
2006-01-03 13:10:31 -08:00
2006-03-23 07:12:57 -05:00
2005-11-14 21:58:18 -08:00
2006-03-20 22:59:36 -08:00
2006-06-29 16:58:06 -07:00
2006-07-03 15:27:10 -07:00
2006-06-30 14:12:10 -07:00