]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
sctp: rename asoc intl_enable to asoc peer.intl_capable
authorXin Long <lucien.xin@gmail.com>
Mon, 8 Jul 2019 16:57:06 +0000 (00:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 03:16:25 +0000 (20:16 -0700)
commitda1f6d4de7b743c86cb49015ea05b184fea1388c
tree46b19538b978c7a85a88c26c3fe53fd6f1e8f9f4
parent1c13475368b697d4fc9c0630b5d4ee51d5ca0790
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>
include/net/sctp/structs.h
net/sctp/sm_make_chunk.c
net/sctp/socket.c
net/sctp/stream_interleave.c
net/sctp/stream_sched.c