mbox series

[net-next,0/3] tipc: some small cleanups

Message ID 20210529151400.781539-1-jmaloy@redhat.com
Headers show
Series tipc: some small cleanups | expand

Message

Jon Maloy May 29, 2021, 3:13 p.m. UTC
From: Jon Maloy <jmaloy@redhat.com>

We make some minor code cleanups and improvements.

Jon Maloy (3):
  tipc: eliminate redundant fields in struct tipc_sock
  tipc: refactor function tipc_sk_anc_data_recv()
  tipc: simplify handling of lookup scope during multicast message
    reception

 net/tipc/name_table.c |   6 +-
 net/tipc/name_table.h |   4 +-
 net/tipc/socket.c     | 156 +++++++++++++++++++-----------------------
 3 files changed, 77 insertions(+), 89 deletions(-)