sctp: rename asoc intl_enable to asoc peer.intl_capable
To keep consistent with other asoc features, we move intl_enable to peer.intl_capable in asoc. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
1c13475368
commit
da1f6d4de7
@@ -7692,7 +7692,7 @@ static int sctp_getsockopt_interleaving_supported(struct sock *sk, int len,
|
||||
goto out;
|
||||
}
|
||||
|
||||
params.assoc_value = asoc ? asoc->intl_enable
|
||||
params.assoc_value = asoc ? asoc->peer.intl_capable
|
||||
: sctp_sk(sk)->strm_interleave;
|
||||
|
||||
if (put_user(len, optlen))
|
||||
|
||||
Reference in New Issue
Block a user