Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
link_watch.c File Reference
#include <linux/module.h>
#include <linux/netdevice.h>
#include <linux/if.h>
#include <net/sock.h>
#include <net/pkt_sched.h>
#include <linux/rtnetlink.h>
#include <linux/jiffies.h>
#include <linux/spinlock.h>
#include <linux/workqueue.h>
#include <linux/bitops.h>
#include <asm/types.h>

Go to the source code of this file.

Enumerations

enum  lw_bits { LW_URGENT = 0 }
 

Functions

void linkwatch_init_dev (struct net_device *dev)
 
void linkwatch_forget_dev (struct net_device *dev)
 
void linkwatch_run_queue (void)
 
void linkwatch_fire_event (struct net_device *dev)
 
 EXPORT_SYMBOL (linkwatch_fire_event)
 

Enumeration Type Documentation

enum lw_bits
Enumerator:
LW_URGENT 

Definition at line 27 of file link_watch.c.

Function Documentation

EXPORT_SYMBOL ( linkwatch_fire_event  )
void linkwatch_fire_event ( struct net_device dev)

Definition at line 239 of file link_watch.c.

void linkwatch_forget_dev ( struct net_device dev)

Definition at line 208 of file link_watch.c.

void linkwatch_init_dev ( struct net_device dev)

Definition at line 79 of file link_watch.c.

void linkwatch_run_queue ( void  )

Definition at line 225 of file link_watch.c.