From 65b1f209dc5b9b6226a9957a79bee9d529b74a38 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 20 Nov 2006 17:25:32 -0800 Subject: [PATCH] --- yaml --- r: 41845 b: refs/heads/master c: e1857ea28dc76e2a929d1fff4d5d5cf712f12f4e h: refs/heads/master i: 41843: 6038d5584d7ea7ab449508c57917a01743a53c0c v: v3 --- [refs] | 2 +- trunk/include/net/sctp/structs.h | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d3c680ae54c4..27e8e3c964c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dce116ae86cb224a9dad787e91fb552dae67b2e8 +refs/heads/master: e1857ea28dc76e2a929d1fff4d5d5cf712f12f4e diff --git a/trunk/include/net/sctp/structs.h b/trunk/include/net/sctp/structs.h index 3a6b8745538c..2db4a1bdd1a7 100644 --- a/trunk/include/net/sctp/structs.h +++ b/trunk/include/net/sctp/structs.h @@ -1314,6 +1314,13 @@ int sctp_process_init(struct sctp_association *, sctp_cid_t cid, __u32 sctp_generate_tag(const struct sctp_endpoint *); __u32 sctp_generate_tsn(const struct sctp_endpoint *); +struct sctp_inithdr_host { + __u32 init_tag; + __u32 a_rwnd; + __u16 num_outbound_streams; + __u16 num_inbound_streams; + __u32 initial_tsn; +}; /* RFC2960 * @@ -1484,7 +1491,7 @@ struct sctp_association { */ __be16 addip_disabled_mask; - struct sctp_inithdr i; + struct sctp_inithdr_host i; int cookie_len; void *cookie;