<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/net/netevent.h, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/net/netevent.h?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/net/netevent.h?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-08-02T20:38:20Z</updated>
<entry>
<title>[NET]: Network Event Notifier Mechanism.</title>
<updated>2006-08-02T20:38:20Z</updated>
<author>
<name>Tom Tucker</name>
<email>tom@opengridcomputing.com</email>
</author>
<published>2006-07-31T03:43:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=792d1932e319ff8ba01361e7d151b1794c55c31f'/>
<id>urn:sha1:792d1932e319ff8ba01361e7d151b1794c55c31f</id>
<content type='text'>
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(&amp;nb);

Signed-off-by: Tom Tucker &lt;tom@opengridcomputing.com&gt;
Signed-off-by: Steve Wise &lt;swise@opengridcomputing.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
