Lines Matching defs:sctp_association

1448 struct sctp_association {  struct
1454 struct sctp_ep_common base;
1457 struct list_head asocs;
1460 sctp_assoc_t assoc_id;
1463 struct sctp_endpoint *ep;
1466 struct sctp_cookie c;
1469 struct {
1621 } peer;
1636 sctp_state_t state;
1639 struct timeval cookie_life;
1644 int overall_error_count;
1650 unsigned long rto_initial;
1651 unsigned long rto_max;
1652 unsigned long rto_min;
1655 int max_burst;
1661 int max_retrans;
1664 __u16 max_init_attempts;
1667 __u16 init_retries;
1670 unsigned long max_init_timeo;
1676 unsigned long hbinterval;
1681 __u16 pathmaxrxt;
1684 __u8 pmtu_pending;
1689 __u32 pathmtu;
1692 __u32 param_flags;
1695 unsigned long sackdelay;
1696 __u32 sackfreq;
1699 unsigned long timeouts[SCTP_NUM_TIMEOUT_TYPES];
1700 struct timer_list timers[SCTP_NUM_TIMEOUT_TYPES];
1703 struct sctp_transport *shutdown_last_sent_to;
1706 int shutdown_retries;
1709 struct sctp_transport *init_last_sent_to;
1718 __u32 next_tsn;
1729 __u32 ctsn_ack_point;
1732 __u32 adv_peer_ack_point;
1735 __u32 highest_sacked;
1738 __u32 fast_recovery_exit;
1741 __u8 fast_recovery;
1746 __u16 unack_data;
1751 __u32 rtx_data_chunks;
1756 __u32 rwnd;
1759 __u32 a_rwnd;
1764 __u32 rwnd_over;
1770 __u32 rwnd_press;
1776 int sndbuf_used;
1781 atomic_t rmem_alloc;
1786 wait_queue_head_t wait;
1789 __u32 frag_point;
1790 __u32 user_frag;
1793 int init_err_counter;
1796 int init_cycle;
1799 __u16 default_stream;
1800 __u16 default_flags;
1801 __u32 default_ppid;
1802 __u32 default_context;
1803 __u32 default_timetolive;
1806 __u32 default_rcv_context;
1809 struct sctp_ssnmap *ssnmap;
1812 struct sctp_outq outqueue;
1817 struct sctp_ulpq ulpq;
1820 __u32 last_ecne_tsn;
1823 __u32 last_cwr_tsn;
1826 int numduptsns;
1832 __u32 autoclose;
1857 struct sctp_chunk *addip_last_asconf;
1868 struct list_head asconf_ack_list;
1898 struct list_head addip_chunk_list;
1920 __u32 addip_serial;
1921 union sctp_addr *asconf_addr_del_pending;
1922 int src_out_of_asoc_ok;
1923 struct sctp_transport *new_transport;
1929 struct list_head endpoint_shared_keys;
1956 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() argument