Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bond_procfs.c File Reference
#include <linux/proc_fs.h>
#include <linux/export.h>
#include <net/net_namespace.h>
#include <net/netns/generic.h>
#include "bonding.h"

Go to the source code of this file.

Functions

void bond_create_proc_entry (struct bonding *bond)
 
void bond_remove_proc_entry (struct bonding *bond)
 
void __net_init bond_create_proc_dir (struct bond_net *bn)
 
void __net_exit bond_destroy_proc_dir (struct bond_net *bn)
 

Function Documentation

void __net_init bond_create_proc_dir ( struct bond_net bn)

Definition at line 275 of file bond_procfs.c.

void bond_create_proc_entry ( struct bonding bond)

Definition at line 243 of file bond_procfs.c.

void __net_exit bond_destroy_proc_dir ( struct bond_net bn)

Definition at line 288 of file bond_procfs.c.

void bond_remove_proc_entry ( struct bonding bond)

Definition at line 260 of file bond_procfs.c.