Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sctp_globals Struct Reference

#include <structs.h>

Data Fields

__u16 max_instreams
 
__u16 max_outstreams
 
struct list_head address_families
 
int ep_hashsize
 
struct sctp_hashbucketep_hashtable
 
int assoc_hashsize
 
struct sctp_hashbucketassoc_hashtable
 
int port_hashsize
 
struct sctp_bind_hashbucketport_hashtable
 
bool checksum_disable
 

Detailed Description

Definition at line 121 of file structs.h.

Field Documentation

struct list_head address_families

Definition at line 131 of file structs.h.

int assoc_hashsize

Definition at line 138 of file structs.h.

struct sctp_hashbucket* assoc_hashtable

Definition at line 139 of file structs.h.

bool checksum_disable

Definition at line 147 of file structs.h.

int ep_hashsize

Definition at line 134 of file structs.h.

struct sctp_hashbucket* ep_hashtable

Definition at line 135 of file structs.h.

__u16 max_instreams

Definition at line 125 of file structs.h.

__u16 max_outstreams

Definition at line 126 of file structs.h.

int port_hashsize

Definition at line 142 of file structs.h.

struct sctp_bind_hashbucket* port_hashtable

Definition at line 143 of file structs.h.


The documentation for this struct was generated from the following file: