Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dcbevent.c File Reference
#include <linux/rtnetlink.h>
#include <linux/notifier.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

int register_dcbevent_notifier (struct notifier_block *nb)
 
 EXPORT_SYMBOL (register_dcbevent_notifier)
 
int unregister_dcbevent_notifier (struct notifier_block *nb)
 
 EXPORT_SYMBOL (unregister_dcbevent_notifier)
 
int call_dcbevent_notifiers (unsigned long val, void *v)
 

Function Documentation

int call_dcbevent_notifiers ( unsigned long  val,
void v 
)

Definition at line 38 of file dcbevent.c.

EXPORT_SYMBOL ( register_dcbevent_notifier  )
EXPORT_SYMBOL ( unregister_dcbevent_notifier  )
int register_dcbevent_notifier ( struct notifier_block nb)

Definition at line 26 of file dcbevent.c.

int unregister_dcbevent_notifier ( struct notifier_block nb)

Definition at line 32 of file dcbevent.c.