mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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:
parent
1c13475368
commit
da1f6d4de7
5 changed files with 23 additions and 22 deletions
|
@ -228,7 +228,7 @@ int sctp_sched_get_value(struct sctp_association *asoc, __u16 sid,
|
|||
void sctp_sched_dequeue_done(struct sctp_outq *q, struct sctp_chunk *ch)
|
||||
{
|
||||
if (!list_is_last(&ch->frag_list, &ch->msg->chunks) &&
|
||||
!q->asoc->intl_enable) {
|
||||
!q->asoc->peer.intl_capable) {
|
||||
struct sctp_stream_out *sout;
|
||||
__u16 sid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue