linux_dsm_epyc7002/net/sctp
Colin Ian King 1a37b770cf sctp: make array sctp_sched_ops static
The array sctp_sched_ops  is local to the source and
does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'sctp_sched_ops' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-11 20:18:25 -07:00
..
associola.c
auth.c
bind_addr.c
chunk.c sctp: introduce struct sctp_stream_out_ext 2017-10-03 16:27:28 -07:00
debug.c
endpointola.c
input.c
inqueue.c
ipv6.c
Kconfig
Makefile sctp: introduce round robin stream scheduler 2017-10-03 16:27:29 -07:00
objcnt.c
offload.c
output.c
outqueue.c sctp: introduce stream scheduler foundations 2017-10-03 16:27:29 -07:00
primitive.c
probe.c
proc.c
protocol.c
sctp_diag.c sctp: Fix a big endian bug in sctp_diag_dump() 2017-09-26 21:16:29 -07:00
sm_make_chunk.c
sm_sideeffect.c sctp: introduce stream scheduler foundations 2017-10-03 16:27:29 -07:00
sm_statefuns.c
sm_statetable.c
socket.c sctp: add sockopt to get/set stream scheduler parameters 2017-10-03 16:27:29 -07:00
stream_sched_prio.c sctp: introduce priority based stream scheduler 2017-10-03 16:27:29 -07:00
stream_sched_rr.c sctp: introduce round robin stream scheduler 2017-10-03 16:27:29 -07:00
stream_sched.c sctp: make array sctp_sched_ops static 2017-10-11 20:18:25 -07:00
stream.c sctp: introduce stream scheduler foundations 2017-10-03 16:27:29 -07:00
sysctl.c
transport.c
tsnmap.c
ulpevent.c
ulpqueue.c sctp: fix missing wake ups in some situations 2017-09-08 10:02:47 -07:00