Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
This commit is contained in:
commit
eb84d6b604
694 changed files with 6362 additions and 3447 deletions
|
@ -4243,7 +4243,7 @@ static int sctp_getsockopt_sctp_status(struct sock *sk, int len,
|
|||
transport = asoc->peer.primary_path;
|
||||
|
||||
status.sstat_assoc_id = sctp_assoc2id(asoc);
|
||||
status.sstat_state = asoc->state;
|
||||
status.sstat_state = sctp_assoc_to_state(asoc);
|
||||
status.sstat_rwnd = asoc->peer.rwnd;
|
||||
status.sstat_unackdata = asoc->unack_data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue