Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Data Fields
netns_sctp Struct Reference

#include <sctp.h>

Public Member Functions

 DEFINE_SNMP_STAT (struct sctp_mib, sctp_statistics)
 

Data Fields

struct sockctl_sock
 
struct list_head local_addr_list
 
struct list_head addr_waitq
 
struct timer_list addr_wq_timer
 
struct list_head auto_asconf_splist
 
spinlock_t addr_wq_lock
 
spinlock_t local_addr_lock
 
unsigned int rto_initial
 
unsigned int rto_min
 
unsigned int rto_max
 
int rto_alpha
 
int rto_beta
 
int max_burst
 
int cookie_preserve_enable
 
unsigned int valid_cookie_life
 
unsigned int sack_timeout
 
unsigned int hb_interval
 
int max_retrans_association
 
int max_retrans_path
 
int max_retrans_init
 
int pf_retrans
 
int sndbuf_policy
 
int rcvbuf_policy
 
int default_auto_asconf
 
int addip_enable
 
int addip_noauth
 
int prsctp_enable
 
int auth_enable
 
int scope_policy
 
int rwnd_upd_shift
 
unsigned long max_autoclose
 

Detailed Description

Definition at line 9 of file sctp.h.

Member Function Documentation

DEFINE_SNMP_STAT ( struct sctp_mib  ,
sctp_statistics   
)

Field Documentation

int addip_enable

Definition at line 104 of file sctp.h.

int addip_noauth

Definition at line 105 of file sctp.h.

struct list_head addr_waitq

Definition at line 31 of file sctp.h.

spinlock_t addr_wq_lock

Definition at line 34 of file sctp.h.

struct timer_list addr_wq_timer

Definition at line 32 of file sctp.h.

int auth_enable

Definition at line 111 of file sctp.h.

struct list_head auto_asconf_splist

Definition at line 33 of file sctp.h.

int cookie_preserve_enable

Definition at line 63 of file sctp.h.

struct sock* ctl_sock

Definition at line 22 of file sctp.h.

int default_auto_asconf

Definition at line 101 of file sctp.h.

unsigned int hb_interval

Definition at line 72 of file sctp.h.

struct list_head local_addr_list

Definition at line 30 of file sctp.h.

spinlock_t local_addr_lock

Definition at line 37 of file sctp.h.

unsigned long max_autoclose

Definition at line 128 of file sctp.h.

int max_burst

Definition at line 60 of file sctp.h.

int max_retrans_association

Definition at line 78 of file sctp.h.

int max_retrans_init

Definition at line 80 of file sctp.h.

int max_retrans_path

Definition at line 79 of file sctp.h.

int pf_retrans

Definition at line 85 of file sctp.h.

int prsctp_enable

Definition at line 108 of file sctp.h.

int rcvbuf_policy

Definition at line 99 of file sctp.h.

int rto_alpha

Definition at line 56 of file sctp.h.

int rto_beta

Definition at line 57 of file sctp.h.

unsigned int rto_initial

Definition at line 49 of file sctp.h.

unsigned int rto_max

Definition at line 51 of file sctp.h.

unsigned int rto_min

Definition at line 50 of file sctp.h.

int rwnd_upd_shift

Definition at line 125 of file sctp.h.

unsigned int sack_timeout

Definition at line 69 of file sctp.h.

int scope_policy

Definition at line 120 of file sctp.h.

int sndbuf_policy

Definition at line 92 of file sctp.h.

unsigned int valid_cookie_life

Definition at line 66 of file sctp.h.


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