Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/sock_diag.h>
#include <linux/net.h>
#include <linux/netdevice.h>
#include <linux/packet_diag.h>
#include <net/net_namespace.h>
#include <net/sock.h>
#include "internal.h"
Go to the source code of this file.
Functions | |
module_init (packet_diag_init) | |
module_exit (packet_diag_exit) | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS_NET_PF_PROTO_TYPE (PF_NETLINK, NETLINK_SOCK_DIAG, 17) | |
MODULE_ALIAS_NET_PF_PROTO_TYPE | ( | PF_NETLINK | , |
NETLINK_SOCK_DIAG | , | ||
17 | |||
) |
module_exit | ( | packet_diag_exit | ) |
module_init | ( | packet_diag_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |