tipc: rename binding table lookup functions
authorJon Maloy <jmaloy@redhat.com>
Wed, 17 Mar 2021 02:06:14 +0000 (22:06 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Mar 2021 18:51:04 +0000 (11:51 -0700)
commit66db239c4894be1016c3b1afae8e136c28c2da06
treeb73c1e6c5446af4fbad76b79d28cec2022010057
parent2c98da0790634d0ec08ff7856769ffb56ca7c469
tipc: rename binding table lookup functions

The binding table provides four different lookup functions, which
purpose is not obvious neither by their names nor by the (lack of)
descriptions.

We now give these functions names that better match their purposes,
and improve the comments that describe what they are doing.

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>
net/tipc/msg.c
net/tipc/name_table.c
net/tipc/name_table.h
net/tipc/socket.c