summaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
diff options
context:
space:
mode:
authorIvan Skytte Jorgensen2006-12-14 01:34:22 +0100
committerDavid S. Miller2006-12-14 01:48:29 +0100
commit6ab792f577012312a760a3a1e679ae8fae012442 (patch)
tree7d60307266f3d81afdf06ec14e646d2f7a1b4ef7 /net/sctp/associola.c
parent[SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket. (diff)
downloadkernel-qcow2-linux-6ab792f577012312a760a3a1e679ae8fae012442.tar.gz
kernel-qcow2-linux-6ab792f577012312a760a3a1e679ae8fae012442.tar.xz
kernel-qcow2-linux-6ab792f577012312a760a3a1e679ae8fae012442.zip
[SCTP]: Add support for SCTP_CONTEXT socket option.
Signed-off-by: Ivan Skytte Jorgensen <isj-sctp@i1.dk> Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/associola.c')
-rw-r--r--net/sctp/associola.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c
index ad0057db0f91..5db95caed0a3 100644
--- a/net/sctp/associola.c
+++ b/net/sctp/associola.c
@@ -298,6 +298,7 @@ static struct sctp_association *sctp_association_init(struct sctp_association *a
asoc->default_flags = sp->default_flags;
asoc->default_context = sp->default_context;
asoc->default_timetolive = sp->default_timetolive;
+ asoc->default_rcv_context = sp->default_rcv_context;
return asoc;