Files
android_kernel_xiaomi_sm8450/net/core
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-06-17 21:30:14 -07:00
2006-04-09 22:25:48 -07:00
2006-04-18 15:57:54 -07:00
2005-04-16 15:20:36 -07:00
2005-05-01 08:59:08 -07:00
2006-06-17 21:30:14 -07:00
2006-01-11 18:42:14 -08:00
2006-07-03 15:27:10 -07:00
2006-07-12 17:58:53 -07:00