#include <linux/kernel.h>
#include <linux/kprobes.h>
#include <linux/socket.h>
#include <linux/dccp.h>
#include <linux/proc_fs.h>
#include <linux/module.h>
#include <linux/kfifo.h>
#include <linux/vmalloc.h>
#include <linux/gfp.h>
#include <net/net_namespace.h>
#include "dccp.h"
#include "ccid.h"
#include "ccids/ccid3.h"
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"DCCP snooper" |
| ) |
|
module_exit |
( |
dccpprobe_exit |
| ) |
|
module_init |
( |
dccpprobe_init |
| ) |
|
MODULE_PARM_DESC |
( |
port |
, |
|
|
"Port to match (0=all)" |
|
|
) |
| |