diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index e7df313020ce57ff25d0459e491ab76411303c0f..035b350be5c6240f0451e0c88fe7b121c15febfc 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -603,6 +603,8 @@ void tipc_bclink_recv_pkt(struct sk_buff *buf) if (deferred) bcl->stats.deferred_recv++; + else + bcl->stats.duplicates++; unlock: tipc_node_unlock(node);