Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ipv6.c File Reference
#include <linux/module.h>
#include <linux/random.h>
#include <linux/slab.h>
#include <linux/xfrm.h>
#include <net/addrconf.h>
#include <net/inet_common.h>
#include <net/inet_hashtables.h>
#include <net/inet_sock.h>
#include <net/inet6_connection_sock.h>
#include <net/inet6_hashtables.h>
#include <net/ip6_route.h>
#include <net/ipv6.h>
#include <net/protocol.h>
#include <net/transp_v6.h>
#include <net/ip6_checksum.h>
#include <net/xfrm.h>
#include <net/secure_seq.h>
#include "dccp.h"
#include "ipv6.h"
#include "feat.h"

Go to the source code of this file.

Functions

 module_init (dccp_v6_init)
 
 module_exit (dccp_v6_exit)
 
 MODULE_ALIAS_NET_PF_PROTO_TYPE (PF_INET6, 33, 6)
 
 MODULE_ALIAS_NET_PF_PROTO_TYPE (PF_INET6, 0, 6)
 
 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Arnaldo Carvalho de Melo <[email protected]>")
 
 MODULE_DESCRIPTION ("DCCPv6 - Datagram Congestion Controlled Protocol")
 

Function Documentation

MODULE_ALIAS_NET_PF_PROTO_TYPE ( PF_INET6  ,
33  ,
 
)
MODULE_ALIAS_NET_PF_PROTO_TYPE ( PF_INET6  ,
,
 
)
MODULE_AUTHOR ( "Arnaldo Carvalho de Melo <[email protected]>"  )
MODULE_DESCRIPTION ( "DCCPv6 - Datagram Congestion Controlled Protocol )
module_exit ( dccp_v6_exit  )
module_init ( dccp_v6_init  )
MODULE_LICENSE ( "GPL"  )