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
@@ -1358,6 +1358,6 @@ void sctp_stream_interleave_init(struct sctp_stream *stream)
|
||||
struct sctp_association *asoc;
|
||||
|
||||
asoc = container_of(stream, struct sctp_association, stream);
|
||||
stream->si = asoc->intl_enable ? &sctp_stream_interleave_1
|
||||
: &sctp_stream_interleave_0;
|
||||
stream->si = asoc->peer.intl_capable ? &sctp_stream_interleave_1
|
||||
: &sctp_stream_interleave_0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user