Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
act_simple.c File Reference
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/skbuff.h>
#include <linux/rtnetlink.h>
#include <net/netlink.h>
#include <net/pkt_sched.h>
#include <linux/tc_act/tc_defact.h>
#include <net/tc_act/tc_defact.h>

Go to the source code of this file.

Macros

#define TCA_ACT_SIMP   22
 
#define SIMP_TAB_MASK   7
 
#define SIMP_MAX_DATA   32
 

Functions

 MODULE_AUTHOR ("Jamal Hadi Salim(2005)")
 
 MODULE_DESCRIPTION ("Simple example action")
 
 MODULE_LICENSE ("GPL")
 
 module_init (simp_init_module)
 
 module_exit (simp_cleanup_module)
 

Macro Definition Documentation

#define SIMP_MAX_DATA   32

Definition at line 38 of file act_simple.c.

#define SIMP_TAB_MASK   7

Definition at line 27 of file act_simple.c.

#define TCA_ACT_SIMP   22

Definition at line 22 of file act_simple.c.

Function Documentation

MODULE_AUTHOR ( "Jamal Hadi Salim(2005)"  )
MODULE_DESCRIPTION ( "Simple example action )
module_exit ( simp_cleanup_module  )
module_init ( simp_init_module  )
MODULE_LICENSE ( "GPL"  )