|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/module.h>#include <linux/types.h>#include <linux/kernel.h>#include <linux/string.h>#include <linux/skbuff.h>#include <linux/textsearch.h>#include <linux/tc_ematch/tc_em_text.h>#include <net/pkt_cls.h>Go to the source code of this file.
Data Structures | |
| struct | text_match |
Macros | |
| #define | EM_TEXT_PRIV(m) ((struct text_match *) (m)->data) |
Functions | |
| MODULE_LICENSE ("GPL") | |
| module_init (init_em_text) | |
| module_exit (exit_em_text) | |
| MODULE_ALIAS_TCF_EMATCH (TCF_EM_TEXT) | |
| #define EM_TEXT_PRIV | ( | m | ) | ((struct text_match *) (m)->data) |
| MODULE_ALIAS_TCF_EMATCH | ( | TCF_EM_TEXT | ) |
| module_exit | ( | exit_em_text | ) |
| module_init | ( | init_em_text | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2