linux/net/tipc
Jon Maloy b26b5aa9ce tipc: move creation of publication item one level up in call chain
We instantiate struct publication in tipc_nametbl_insert_publ()
instead of as currently in tipc_service_insert_publ(). This has the
advantage that we can pass a pointer to the publication struct to
the next call levels, instead of the numerous individual parameters
we pass on now. It also gives us a location to keep the contents of
the additional fields we will introduce in a later commit.

Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Acked-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Hoang Le <hoang.h.le@dektech.com.au>
Acked-by: Tung Nguyen <tung.q.nguyen@dektech.com.au>
Acked-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-17 11:51:04 -07:00
..
addr.c
addr.h
bcast.c
bcast.h
bearer.c
bearer.h
core.c
core.h
crypto.c tipc: clean up warnings detected by sparse 2021-03-11 18:06:54 -08:00
crypto.h
diag.c
discover.c
discover.h
eth_media.c
group.c
group.h
ib_media.c
Kconfig
link.c
link.h
Makefile
monitor.c tipc: clean up warnings detected by sparse 2021-03-11 18:06:54 -08:00
monitor.h
msg.c
msg.h
name_distr.c tipc: re-organize members of struct publication 2021-03-17 11:51:04 -07:00
name_distr.h
name_table.c tipc: move creation of publication item one level up in call chain 2021-03-17 11:51:04 -07:00
name_table.h tipc: re-organize members of struct publication 2021-03-17 11:51:04 -07:00
net.c
net.h
netlink.c
netlink.h
netlink_compat.c
node.c tipc: clean up warnings detected by sparse 2021-03-11 18:06:54 -08:00
node.h
socket.c tipc: re-organize members of struct publication 2021-03-17 11:51:04 -07:00
socket.h
subscr.c
subscr.h
sysctl.c
topsrv.c
topsrv.h
trace.c
trace.h
udp_media.c
udp_media.h