tipc: refactor function tipc_sk_anc_data_recv()
authorJon Maloy <jmaloy@redhat.com>
Wed, 2 Jun 2021 17:44:25 +0000 (13:44 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jun 2021 21:06:39 +0000 (14:06 -0700)
commit62633c2f17f1f0e6dd6932f990ade9525204ea24
tree9ea19e00dfa756ed1595f7816e7993d4ec44172d
parent14623e005a1e74864afca1261a3aa8e6e8017df9
tipc: refactor function tipc_sk_anc_data_recv()

We refactor tipc_sk_anc_data_recv() to make it slightly more
comprehensible, but also to facilitate application of some additions
to the code in a future commit.

Reviewed-by: Xin Long <lucien.xin@gmail.com>
Tested-by: Hoang Le <hoang.h.le@dektech.com.au>
Signed-off-by: Jon Maloy <jmaloy@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/socket.c