]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: update address terminology in code
authorJon Maloy <jmaloy@redhat.com>
Wed, 25 Nov 2020 18:29:15 +0000 (13:29 -0500)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Nov 2020 01:34:01 +0000 (17:34 -0800)
commit47e6e1dd8222660579f4b1503a33a2c523f82d2d
tree22010e69206228ec1db021f72b29382c7ba75db6
parenta859e1e74d7d100fc5ea898964c60efe7c08b2ca
tipc: update address terminology in code

We update the terminology in the code so that deprecated structure
names and macros are replaced with those currently recommended in
the user API.

struct tipc_portid   -> struct tipc_socket_addr
struct tipc_name     -> struct tipc_service_addr
struct tipc_name_seq -> struct tipc_service_range

TIPC_ADDR_ID       -> TIPC_SOCKET_ADDR
TIPC_ADDR_NAME     -> TIPC_SERVICE_ADDR
TIPC_ADDR_NAMESEQ  -> TIPC_SERVICE_RANGE
TIPC_CFG_SRV       -> TIPC_NODE_STATE

Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/tipc/group.c
net/tipc/group.h
net/tipc/name_table.c
net/tipc/net.c
net/tipc/socket.c
net/tipc/subscr.c
net/tipc/subscr.h
net/tipc/topsrv.c