diff options
| author | Jon Maloy <[email protected]> | 2021-03-17 02:06:17 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-03-17 18:51:04 +0000 |
| commit | 833f867089e5fa8dc67c06d4abb51a256e53416c (patch) | |
| tree | 0b7826eae54bf58418186d7e0c77d9e22fb5312b /net/tipc/name_table.h | |
| parent | tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets() (diff) | |
| download | kernel-833f867089e5fa8dc67c06d4abb51a256e53416c.tar.gz kernel-833f867089e5fa8dc67c06d4abb51a256e53416c.zip | |
tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()
We follow up the preceding commits by reducing the signature of
the function tipc_nametbl_lookup_mcast_nodes().
Signed-off-by: Jon Maloy <[email protected]>
Acked-by: Ying Xue <[email protected]>
Acked-by: Hoang Le <[email protected]>
Acked-by: Tung Nguyen <[email protected]>
Acked-by: Xin Long <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/name_table.h')
| -rw-r--r-- | net/tipc/name_table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/name_table.h b/net/tipc/name_table.h index 26aa6acb4512..c5aa45abbdc3 100644 --- a/net/tipc/name_table.h +++ b/net/tipc/name_table.h @@ -114,8 +114,8 @@ bool tipc_nametbl_lookup_anycast(struct net *net, struct tipc_uaddr *ua, struct tipc_socket_addr *sk); void tipc_nametbl_lookup_mcast_sockets(struct net *net, struct tipc_uaddr *ua, bool exact, struct list_head *dports); -void tipc_nametbl_lookup_mcast_nodes(struct net *net, u32 type, u32 lower, - u32 upper, struct tipc_nlist *nodes); +void tipc_nametbl_lookup_mcast_nodes(struct net *net, struct tipc_uaddr *ua, + struct tipc_nlist *nodes); bool tipc_nametbl_lookup_group(struct net *net, u32 type, u32 instance, u32 domain, struct list_head *dsts, int *dstcnt, u32 exclude, |
