]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
sctp: add subscribe per asoc
authorXin Long <lucien.xin@gmail.com>
Sun, 18 Nov 2018 08:08:52 +0000 (16:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Nov 2018 20:25:43 +0000 (12:25 -0800)
commita1e3a0590f9bd232f3a03fd87226a4a99bd5ec92
tree297cba2473cc25cc11b9aa5d5bc49a3b6b3d9e81
parent2cc0eeb67636e0339ad7b6cdfa305f63983642af
sctp: add subscribe per asoc

The member subscribe should be per asoc, so that sockopt SCTP_EVENT
in the next patch can subscribe a event from one asoc only.

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/associola.c
net/sctp/chunk.c
net/sctp/socket.c
net/sctp/stream_interleave.c
net/sctp/ulpqueue.c