REGISTER_NETDEVICE_NOTIFIER

Section: (9)
Updated: 07 August 2003
Index Return to Main Contents

 

NAME

register_netdevice_notifier - register a network notifier block  

SYNOPSIS

int register_netdevice_notifier (struct notifier_block * nb);  

ARGUMENTS

nb
notifier
 

DESCRIPTION

Register a notifier to be called when network device events occur. The notifier passed is linked into the kernel structures and must not be reused until it has been unregistered. A negative errno code is returned on a failure.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:53:42 GMT, April 09, 2004