Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bond_debugfs.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/netdevice.h>
#include "bonding.h"
#include "bond_alb.h"

Go to the source code of this file.

Functions

void bond_debug_register (struct bonding *bond)
 
void bond_debug_unregister (struct bonding *bond)
 
void bond_debug_reregister (struct bonding *bond)
 
void bond_create_debugfs (void)
 
void bond_destroy_debugfs (void)
 

Function Documentation

void bond_create_debugfs ( void  )

Definition at line 138 of file bond_debugfs.c.

void bond_debug_register ( struct bonding bond)

Definition at line 126 of file bond_debugfs.c.

void bond_debug_reregister ( struct bonding bond)

Definition at line 134 of file bond_debugfs.c.

void bond_debug_unregister ( struct bonding bond)

Definition at line 130 of file bond_debugfs.c.

void bond_destroy_debugfs ( void  )

Definition at line 142 of file bond_debugfs.c.