linux-stable/net/tipc
Jon Maloy 5c45ab24ac tipc: make struct tipc_server private for server.c
In order to narrow the interface and dependencies between the topology
server and the subscription/binding table functionality we move struct
tipc_server inside the file server.c. This requires some code
adaptations in other files, but those are mostly minor.

The most important change is that we have to move the start/stop
functions for the topology server to server.c, where they logically
belong anyway.

Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-02-16 15:26:34 -05:00
..
addr.c
addr.h
bcast.c
bcast.h
bearer.c tipc: apply bearer link tolerance on running links 2018-02-14 15:22:24 -05:00
bearer.h
core.c
core.h net: tipc: remove unused hardirq.h 2018-01-08 20:59:25 -05:00
discover.c
discover.h
eth_media.c
group.c tipc: fix race between poll() and setsockopt() 2018-01-19 15:12:21 -05:00
group.h tipc: fix race between poll() and setsockopt() 2018-01-19 15:12:21 -05:00
ib_media.c
Kconfig
link.c tipc: apply bearer link tolerance on running links 2018-02-14 15:22:24 -05:00
link.h
Makefile
monitor.c
monitor.h
msg.c tipc: fix skb truesize/datasize ratio control 2018-02-08 15:30:40 -05:00
msg.h
name_distr.c
name_distr.h
name_table.c tipc: make struct tipc_server private for server.c 2018-02-16 15:26:34 -05:00
name_table.h tipc: simplify endianness handling in topology subscriber 2018-02-16 15:26:33 -05:00
net.c
net.h
netlink_compat.c
netlink.c
netlink.h
node.c tipc: apply bearer link tolerance on running links 2018-02-14 15:22:24 -05:00
node.h tipc: apply bearer link tolerance on running links 2018-02-14 15:22:24 -05:00
server.c tipc: make struct tipc_server private for server.c 2018-02-16 15:26:34 -05:00
server.h tipc: make struct tipc_server private for server.c 2018-02-16 15:26:34 -05:00
socket.c net: make getname() functions return length rather than use int* parameter 2018-02-12 14:15:04 -05:00
socket.h
subscr.c tipc: make struct tipc_server private for server.c 2018-02-16 15:26:34 -05:00
subscr.h tipc: make struct tipc_server private for server.c 2018-02-16 15:26:34 -05:00
sysctl.c
udp_media.c
udp_media.h