Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41845
b: refs/heads/master
c: e1857ea
h: refs/heads/master
i:
  41843: 6038d55
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent 033c1b7 commit 65b1f20
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dce116ae86cb224a9dad787e91fb552dae67b2e8
refs/heads/master: e1857ea28dc76e2a929d1fff4d5d5cf712f12f4e
9 changes: 8 additions & 1 deletion trunk/include/net/sctp/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 65b1f20

Please sign in to comment.